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