Skip to main content
A newer version of this page is available. .

PivotGridFieldValueTemplateContainer Class

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PivotGridFieldValueTemplateContainer class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
Control
TemplateContainerBase
PivotGridFieldValueTemplateContainer
See Also