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

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.v19.1.Core.dll

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