PivotFieldValueEventArgsBase<T>.DataField Property
Gets the data field that specifies the processed value.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
T | A PivotGridFieldBase class descendant that represents the data field. |
Remarks
Use the DataField property if the cell that represents the processed field value is nested in a data field header cell. In this instance, the DataField property returns the data field to which the header corresponds.
See Also