Enum EditorSelectionBehavior
Defines the constants that specifies the selection behavior on edit mode.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum EditorSelectionBehavior
Fields
Name | Description |
---|---|
Default | Specifies that the editor cursor position will be placed on the clicked position in edit mode. |
MoveLast | Specifies that the editor cursor will be positioned at last in edit mode. |
SelectAll | Specifies that all the text will be selected in edit mode. |