Skip to main content

XRPivotGridCustomTotalCollection.Field Property

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

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
XRPivotGridField

An XRPivotGridField object.

See Also