ASPxPivotGrid Elements that Support Templates
The Pivot Grid control provides a set of templates that specify the layout of its elements. These templates are listed in the table below.
Member | Description |
---|---|
ASPxPivotGrid.CellTemplate | Specifies a template whose content should be displayed cells. |
ASPxPivotGrid.EmptyAreaTemplate | Specifies a template to display the content of the empty area. |
ASPxPivotGrid.FieldValueTemplate | Specifies a template to display the content of field value cells. |
ASPxPivotGrid.HeaderTemplate | Specifies a template to display the content of field headers. |
PivotGridField.HeaderTemplate | Specifies a template used to display the content of the field’s header. |
PivotGridField.ValueTemplate | Specifies a template to display the content of the field’s value cells. |