C1.Maui.GridControl Assembly / C1.Maui.Grid Namespace / GridSelectedState Enumeration
GridSelectedState Enumeration
Specifies the selected state of a cell.
Syntax
public enum GridSelectedState : System.Enum 
Members
MemberDescription
NoneCell is not selected.
SelectedCell is selected.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Maui.Grid.GridSelectedState

See Also