Enum GridSelectCellsMouseController.SelectionType
Defines the possible types of selection.
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public enum SelectionType
Fields
| Name | Description |
|---|---|
| IsCells | Range of cells. |
| IsCol | One or more columns. |
| IsRow | One or more rows. |
| IsTable | Whole table. |