C1.Silverlight.FlexGrid.5 Assembly > C1.Silverlight.FlexGrid Namespace : SelectionMode Enumeration |
'Declaration Public Enum SelectionMode Inherits System.Enum
public enum SelectionMode : System.Enum
Member | Description |
---|---|
Cell | Selection corresponds to a single cell. |
CellRange | Selection corresponds to a cell range. |
ListBox | Selection corresponds to an arbitrary set of rows. |
Row | Selection corresponds to a single row. |
RowRange | Selection corresponds to a set of contiguous rows. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.FlexGrid.SelectionMode