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

PivotGridCustomFieldSortEventArgsBase<T>.Field Property

Gets the field whose values are being compared.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public T Field { get; }

Property Value

Type Description
T

A PivotGridFieldBase class descendant that specifies the field whose values are being compared.

See Also