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

PivotGridFieldValueTemplateContainer.ValueItem Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotFieldValueItem ValueItem { get; }

Property Value

Type Description
PivotFieldValueItem

A PivotFieldValueItem object containing the necessary information on the rendered field value.

See Also