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

PivotGridCellTemplateContainer Class

Represents a container for a template that is used to render cells.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public class PivotGridCellTemplateContainer :
    TemplateContainerBase

Remarks

The PivotGridCellTemplateContainer class represents a container cell for a template that is used to display the content of cells within a grid control.

Objects of the PivotGridCellTemplateContainer type are automatically instantiated when a template of the ASPxPivotGrid.CellTemplate type is created.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PivotGridCellTemplateContainer 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
PivotGridCellTemplateContainer
See Also