TcxPivotGridField.SortedBySummary Property
Indicates whether the values of the current field are sorted by the grand total summary values of a data field.
Declaration
property SortedBySummary: Boolean read;
Property Value
Type |
---|
Boolean |
Remarks
This property returns True when the values of the current field are sorted by the grand total summary values of another data field. Otherwise, the property’s value is equal to False.
Use the SortBySummaryInfo property to specify the options for sorting field values in this manner.
See Also