EnumPivotGridDataCellType
Enum
Enumerates the PivotGrid DataCell type.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public enum PivotGridDataCellType
Fields
ColumnGrandTotalDataCell
The ColumnGrandTotal DataCell type.
ColumnTotalDataCell
The ColumnTotal DataCell type.
DataCell
The ordinary DataCell type.
GrandTotalDataCell
The GrandTotal DataCell type.
RowGrandTotalDataCell
The RowGrandTotal DataCell type.
RowTotalDataCell
The RowTotal DataCell type.
TotalDataCell
The Total DataCell type.