Skip to main content

PivotGridCustomTotalCollectionBase.Field Property

Gets the field which owns the current collection.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public PivotGridFieldBase Field { get; set; }

Property Value

Type Description
PivotGridFieldBase

A PivotGridField field which owns the current collection.

See Also