Skip to main content

CustomizePivotCellEventArgs.ValueItemInfo Property

Gets the information on the field value to which the current cell corresponds.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotFieldValueExportEventArgs ValueItemInfo { get; }

Property Value

Type Description
DevExpress.XtraPivotGrid.PivotFieldValueExportEventArgs

A PivotFieldValueExportEventArgs object which contains information on the field value.

See Also