Class GridSelectCellsMouseController.SelectionType
Defines the possible types of selection.
Inheritance
System.Object
GridSelectCellsMouseController.SelectionType
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class SelectionType : Enum
Fields
IsCells
Range of cells.
Declaration
public const GridSelectCellsMouseController.SelectionType IsCells
Field Value
Type |
---|
GridSelectCellsMouseController.SelectionType |
IsCol
One or more columns.
Declaration
public const GridSelectCellsMouseController.SelectionType IsCol
Field Value
Type |
---|
GridSelectCellsMouseController.SelectionType |
IsRow
One or more rows.
Declaration
public const GridSelectCellsMouseController.SelectionType IsRow
Field Value
Type |
---|
GridSelectCellsMouseController.SelectionType |
IsTable
Whole table.
Declaration
public const GridSelectCellsMouseController.SelectionType IsTable
Field Value
Type |
---|
GridSelectCellsMouseController.SelectionType |