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

PivotFieldValueEventArgs.Data Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotGridViewInfoData Data { get; }

Property Value

Type Description
DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData

A DevExpress.XtraPivotGrid.Data.PivotGridViewInfoData object.

See Also