Class EditorSelectionBehavior
Defines the constants that specifies the selection behavior on edit mode.
Inheritance
System.Object
EditorSelectionBehavior
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class EditorSelectionBehavior : Enum
Fields
Default
Specifies that the editor cursor position will be placed on the clicked position in edit mode.
Declaration
public const EditorSelectionBehavior Default
Field Value
| Type |
|---|
| EditorSelectionBehavior |
MoveLast
Specifies that the editor cursor will be positioned at last in edit mode.
Declaration
public const EditorSelectionBehavior MoveLast
Field Value
| Type |
|---|
| EditorSelectionBehavior |
SelectAll
Specifies that all the text will be selected in edit mode.
Declaration
public const EditorSelectionBehavior SelectAll
Field Value
| Type |
|---|
| EditorSelectionBehavior |