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 nameDescription
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.

See Also