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 | Description | |
---|---|---|
Cell | Selection corresponds to a single cell. | |
CellRange | Selection corresponds to a cell range. | |
Row | Selection corresponds to a single row. | |
RowRange | Selection corresponds to a set of contiguous rows. | |
ListBox | Selection corresponds to an arbitrary set of rows. |