Specifies the selected state of a cell.

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

Syntax

C#
public enum SelectedState
Visual Basic
Public Enumeration SelectedState

Members

Member nameValueDescription
None0 Cell is not selected.
Selected1 Cell is selected but does not contain the grid cursor.
Cursor2 Cell is selected and contains the grid cursor.

See Also