'DeclarationPublic Enum SelectedState Inherits System.Enum
public enum SelectedState : System.Enum
'DeclarationPublic Enum SelectedState Inherits System.Enum
public enum SelectedState : System.Enum
| Member | Description | 
|---|---|
| Cursor | Cell is selected and contains the grid cursor. | 
| None | Cell is not selected. | 
| Selected | Cell is selected but does not contain the grid cursor. | 
System.Object
   System.ValueType
      System.Enum
         C1.Xaml.FlexGrid.SelectedState