Skip to main content

PivotGridFieldValueTemplateContainer.Item Property

Gets an object that contains the necessary information on the rendered field value.

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotGridFieldValueTemplateItem Item { get; }

Property Value

Type Description
PivotGridFieldValueTemplateItem

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

See Also