Enum EditorSelectionBehavior
Defines the constants that indicates the position of cursor and selection in edit element when entering edit mode.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum EditorSelectionBehavior
Fields
| Name | Description |
|---|---|
| MoveLast | Moves the cursor to the last position in the edit element. |
| SelectAll | Selects all content in the edit element. |