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

PivotCustomDrawFieldValueEventArgs.Data Property

Gets an object that provides methods to work with data. This method supports the internal infrastructure and typically, there is no need to use it 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