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

CustomExportHeaderEventArgsBase<T>.Field Property

Gets the processed field.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public T Field { get; }

Property Value

Type Description
T

A PivotGridFieldBase class descendant that specifies the processed field.

See Also