Skip to main content
A newer version of this page is available.
All docs
V19.2

PivotGridCellTemplateItem(PivotGridCellItem, String) Constructor

Initializes a new instance of the PivotGridCellTemplateItem class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridCellTemplateItem(
    PivotGridCellItem cellItem,
    string text
)

Parameters

Name Type Description
cellItem PivotGridCellItem

A PivotGridCellItem object which provides information on the processed cell.

text String

A string that represents the cell’s display text.

See Also