ComponentOne Xamarin Edition
GridCellType Enumeration
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace : GridCellType Enumeration
Specifies a value that defines the type of cell.
Syntax
public enum GridCellType : System.Enum 
Members
MemberDescription
Cell Regular data cell.
ColumnHeader Column header cell.
RowHeader Row header cell.
TopLeft Top left cell (at the intersection of the row and column header cells).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Grid.GridCellType

See Also

Reference

C1.Xamarin.Forms.Grid Namespace