Specifies constants that define the selection behavior.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public enum SelectionMode |
Visual Basic |
---|
Public Enumeration SelectionMode |
Members
Member name | Value | Description | |
---|---|---|---|
Cell | 0 | Selection corresponds to a single cell. | |
CellRange | 1 | Selection corresponds to a cell range. | |
Row | 2 | Selection corresponds to a single row. | |
RowRange | 3 | Selection corresponds to a set of contiguous rows. | |
ListBox | 4 | Selection corresponds to an arbitrary set of rows. |