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

PivotGridCustomTotalCollection.Field Property

Gets the field which owns the current collection.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

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

Property Value

Type Description
PivotGridField

A PivotGridField field which owns the current collection.

See Also