EditorSelectionBehavior Class
Specifies the selection behavior options when enter into edit mode
Inheritance
System.Object
EditorSelectionBehavior
Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public sealed class EditorSelectionBehavior : Enum
Fields
Default
Move the cursor to the clicked position in edit mode.
Declaration
public const EditorSelectionBehavior Default
Field Value
| Type |
|---|
| EditorSelectionBehavior |
MoveLast
Move to the Last cell.
Declaration
public const EditorSelectionBehavior MoveLast
Field Value
| Type |
|---|
| EditorSelectionBehavior |
SelectAll
Select all the cells.
Declaration
public const EditorSelectionBehavior SelectAll
Field Value
| Type |
|---|
| EditorSelectionBehavior |