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

PivotGridCellTemplateContainer(PivotGridCellTemplateItem) Constructor

Initializes a new instance of the PivotGridCellTemplateContainer class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridCellTemplateContainer(
    PivotGridCellTemplateItem item
)

Parameters

Name Type Description
item PivotGridCellTemplateItem

A PivotGridCellTemplateItem object that contains the necessary information on the rendered cell.

See Also