editingStrategy property

SpannableGridEditingStrategy editingStrategy
final

How an editing mode should work.

Defines if the editing mode is supported and what actions are recognized to enter and exit the editing mode.

Default strategy is to allow the editing mode, enter it by long tap and exit by tap.

Implementation

final SpannableGridEditingStrategy editingStrategy;