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

FieldValueCellBase<T>.Field Property

Gets the field to which the cell corresponds.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

public T Field { get; }

Property Value

Type Description
T

A PivotGridFieldBase class descendant that specifies the field to which the cell corresponds.

See Also