Specifies constants that define the selection behavior.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.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