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

PivotFieldValueEventArgs.FieldValueItem Property

For internal use.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotFieldValueItem FieldValueItem { get; }

Property Value

Type Description
PivotFieldValueItem

A PivotFieldValueItem object that contains information about the field value currently being processed.

Remarks

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

See Also