C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridSelectedState Enumeration


GridSelectedState Enumeration
Specifies the selected state of a cell.
Syntax
'Declaration
 
Public Enum GridSelectedState 
   Inherits System.Enum
 
'Usage
 
Dim instance As GridSelectedState
Members
MemberDescription
NoneCell is not selected.
SelectedCell is selected.
Inheritance Hierarchy

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

See Also