Back to Devexpress

PivotFieldEventArgsBase<T>.Field Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotfieldeventargsbase-1-7d400e59.md

latest1.2 KB
Original Source

PivotFieldEventArgsBase<T>.Field Property

Gets the field being processed.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public T Field { get; }
vb
Public ReadOnly Property Field As T

Property Value

TypeDescription
T

A PivotGridFieldBase descendant that is the processed field.

|

See Also

PivotFieldEventArgsBase<T> Class

PivotFieldEventArgsBase<T> Members

DevExpress.XtraPivotGrid Namespace