ComponentOne Xamarin Edition
GridSelectedState Enumeration
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace : GridSelectedState Enumeration
Specifies the selected state of a cell.
Syntax
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.Xamarin.Forms.Grid.GridSelectedState

See Also

Reference

C1.Xamarin.Forms.Grid Namespace