Enum EditorSelectionBehavior
Specifies the selection behavior options when enter into edit mode
Namespace: Syncfusion.UI.Xaml.CellGrid.Helpers
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public enum EditorSelectionBehavior
Fields
| Name | Description |
|---|---|
| Default | Move the cursor to the clicked position in edit mode. |
| MoveLast | Move to the Last cell. |
| SelectAll | Select all the cells. |