Skip to main content

PivotFieldEventArgsBase<T>.Field Property

Gets the field being processed.

Namespace: DevExpress.XtraPivotGrid

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

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

#Declaration

public T Field { get; }

#Property Value

Type Description
T

A PivotGridFieldBase descendant that is the processed field.

See Also