Skip to main content

PivotGridFieldSortBySummaryInfo.Owner Property

Gets the field which owns the current PivotGridFieldSortBySummaryInfo object and whose values are sorted using the settings of this object.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

[Browsable(false)]
public PivotGridFieldBase Owner { get; }

Property Value

Type Description
PivotGridFieldBase

A PivotGridFieldBase object which represents the Column Field or row field whose values are sorted using the settings of the current PivotGridFieldSortBySummaryInfo object.

Remarks

This property specifies the field which owns the current PivotGridFieldSortBySummaryInfo object. The settings provided by the current PivotGridFieldSortBySummaryInfo object are used to sort this field’s values when this field is positioned within the Column Header Area or Row Header Area.

See Also