Specifies the selected state of a cell.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
| C# |
|---|
public enum SelectedState |
| Visual Basic |
|---|
Public Enumeration SelectedState |
Members
| Member name | Description | |
|---|---|---|
| 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. |