Skip to main content

PivotGridCellTemplateContainer Class

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

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.

Inheritance

Object
Control
TemplateContainerBase
PivotGridCellTemplateContainer
See Also