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

PivotGridCellTemplateContainer.Item Property

Gets an object that contains the necessary information on the rendered cell.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridCellTemplateItem Item { get; }

Property Value

Type Description
PivotGridCellTemplateItem

A PivotGridCellTemplateItem object containing the necessary information on the rendered cell.

See Also