Skip to main content

PivotGridFieldValueTemplateContainer Class

Represents a container for the templates used to render field value cells.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class PivotGridFieldValueTemplateContainer :
    TemplateContainerBase

Remarks

The PivotGridFieldValueTemplateContainer class represents a container cell for the templates that are used to display the content of field value cells within a grid control.

Objects of the PivotGridFieldValueTemplateContainer type are automatically instantiated when a template of one of the following types is created: the ASPxPivotGrid.FieldValueTemplate or PivotGridField.ValueTemplate.

Inheritance

Object
Control
TemplateContainerBase
PivotGridFieldValueTemplateContainer
See Also