ComponentOne Xamarin.Android
GridSelectedState Enumeration


C1.Android.Grid Assembly > C1.Android.Grid Namespace : GridSelectedState Enumeration
Specifies the selected state of a cell.
Syntax
'Declaration
 
Public Enum GridSelectedState 
   Inherits System.Enum
'Usage
 
Dim instance As GridSelectedState
public enum GridSelectedState : System.Enum 
Members
MemberDescription
None Cell is not selected.
Selected Cell is selected.
Inheritance Hierarchy

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

See Also

Reference

C1.Android.Grid Namespace