Skip to main content

CustomFieldDataEventArgsBase<T>.Field Property

Gets the unbound field currently being processed.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public T Field { get; }

Property Value

Type Description
T

A PivotGridFieldBase class descendant that specifies the unbound field currently being processed.

See Also