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.UWP.dll
Syntax
public sealed class EditorSelectionBehavior : Enum
Fields
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 |