Skip to main content

PivotGridCustomTotalCollection.Field Property

Gets the field which owns the current collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

[Browsable(false)]
public PivotGridField Field { get; }

Property Value

Type Description
PivotGridField

A PivotGridField field which owns the current collection.

See Also