Skip to main content

PivotGridFieldValueTemplateItem.ValueItem Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

NuGet Package: DevExpress.Web

Declaration

public PivotFieldValueItem ValueItem { get; }

Property Value

Type Description
DevExpress.XtraPivotGrid.Data.PivotFieldValueItem

The PivotFieldValueItem object.

See Also