Class EditorSelectionBehavior
Specifies the selection behavior options when enter into edit mode
Inheritance
System.Object
EditorSelectionBehavior
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public sealed class EditorSelectionBehavior : Enum
Fields
Default
Move the cursor to the clicked position in edit mode.
Declaration
public const EditorSelectionBehavior Default
Field Value
Type |
---|
EditorSelectionBehavior |
MoveLast
Move to the Last cell.
Declaration
public const EditorSelectionBehavior MoveLast
Field Value
Type |
---|
EditorSelectionBehavior |
SelectAll
Select all the cells.
Declaration
public const EditorSelectionBehavior SelectAll
Field Value
Type |
---|
EditorSelectionBehavior |