Specifies constants that define the selection behavior.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public enum SelectionMode
Visual Basic
Public Enumeration SelectionMode

Members

Member nameValueDescription
Cell0 Selection corresponds to a single cell.
CellRange1 Selection corresponds to a cell range.
Row2 Selection corresponds to a single row.
RowRange3 Selection corresponds to a set of contiguous rows.
ListBox4 Selection corresponds to an arbitrary set of rows.

See Also