CustomExportFieldValueEventArgsBase<T>.Field Property
Gets a field whose value is being processed.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v22.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Description |
---|---|
T | A PivotGridFieldBase class descendant that specifies the field whose value is being processed. |
See Also