TcxPivotGridSortBySummaryInfo.Field Property
Specifies the field whose grand total summary values determine the order in which the values of the current column field or row field are arranged.
Declaration
property Field: TcxPivotGridField read; write;
Property Value
Type |
---|
TcxPivotGridField |
Remarks
This property determines the field against which a specific summary function will be calculated and the resulting grand total summary values will define the order in which the values of the column field or row field (as specified by the Owner property) will be arranged. The summary function type is determined by the SummaryType property.
See an example on how to use the Field property.
See Also