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

XRPivotGridCustomTotalCollection.Field Property

Returns the field that is the owner of the current collection.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
XRPivotGridField

An XRPivotGridField object.

See Also