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

CustomExportFieldValueEventArgsBase<T>.Field Property

Gets a field whose value is being processed.

Namespace: DevExpress.PivotGrid.Printing

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

NuGet Package: DevExpress.PivotGrid.Core

Declaration

public T Field { get; }

Property Value

Type Description
T

A PivotGridFieldBase class descendant that specifies the field whose value is being processed.

See Also