'Declaration Public Enum GridCellType Inherits System.Enum
public enum GridCellType : System.Enum
'Declaration Public Enum GridCellType Inherits System.Enum
public enum GridCellType : System.Enum
Member | Description |
---|---|
BottomLeft | Bottom left cell (at the intersection of the row and column footer cells). |
Cell | Regular data cell. |
ColumnFooter | Column footer cell. |
ColumnHeader | Column header cell. |
RowHeader | Row header cell. |
TopLeft | Top left cell (at the intersection of the row and column header cells). |
System.Object
System.ValueType
System.Enum
C1.WPF.Grid.GridCellType