Skip to main content

TcxPivotGridSortBySummaryInfo.Owner Property

Provides access to the field whose values are sorted.

Declaration

property Owner: TcxPivotGridField read;

Property Value

Type
TcxPivotGridField

Remarks

Use this property to access the column field or row field whose values are sorted using the grand total summary values and the summary function as specified by the Field and SummaryType properties, respectively.

See Also