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.v24.2.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public PivotGridFieldBase Owner { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#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.