PivotGridField.ValueTemplate Property
Gets or sets a template to display the content of the field’s value cells.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
ITemplate | null | An object supporting the System. |
#Remarks
By creating a template of the ValueTemplate type, you can define the custom content displayed for value cells of the current field object. The appearance of the field’s value cells is controlled by the PivotGridStyles.FieldValueStyle or PivotGridField.ValueStyle property.
A template created using the ValueTemplate property takes precedence over a template of the ASPxPivotGrid.FieldValueTemplate type, which defines the common content for all field value cells within the ASPxPivotGrid control.
Important
Note that the field’s Pivot
Note
Once a template defined via the Value