Class EditorSelectionBehavior
Defines the constants that indicates the position of cursor and selection in edit element when entering edit mode.
Inheritance
System.Object
EditorSelectionBehavior
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class EditorSelectionBehavior : Enum
Fields
MoveLast
Moves the cursor to the last position in the edit element.
Declaration
public const EditorSelectionBehavior MoveLast
Field Value
SelectAll
Selects all content in the edit element.
Declaration
public const EditorSelectionBehavior SelectAll