PivotFieldEventArgsBase<T>.Field Property
Gets the field being processed.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v23.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Description |
---|---|
T | A PivotGridFieldBase descendant that is the processed field. |
See Also