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 nameDescription
None Cell is not selected.
Selected Cell is selected but does not contain the grid cursor.
Cursor Cell is selected and contains the grid cursor.

See Also