Enum EditorSelectionBehavior
Specifies the selection behavior options when enter into edit mode
Namespace: Syncfusion.Windows.Forms.CellGrid.Helpers
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public enum EditorSelectionBehavior
Fields
Name | Description |
---|---|
Default | Move the cursor to the clicked position in edit mode. |
MoveLast | Move to the Last cell. |
SelectAll | Select all the cells. |