Class EditorSelectionBehavior
Defines the constants that indicates the position of cursor and selection in edit element when entering edit mode.
Inheritance
System.Object
    EditorSelectionBehavior
  Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public sealed class EditorSelectionBehavior : Enum
  Fields
MoveLast
Moves the cursor to the last position in the edit element.
Declaration
public const EditorSelectionBehavior MoveLast
  Field Value
| Type | 
|---|
| EditorSelectionBehavior | 
SelectAll
Selects all content in the edit element.
Declaration
public const EditorSelectionBehavior SelectAll
  Field Value
| Type | 
|---|
| EditorSelectionBehavior |