Skip to main content

Member Table: Sort Data and Display Top N Values

Member

Description

TcxPivotGridField.SortOrder

Specifies a field’s sort order.

TcxPivotGridOLAPField.SortMode

Specifies how field values are sorted.

This property is in effect only for dimensions displayed in OLAP mode.

TcxPivotGridField.SortBySummaryInfo

Contains the settings used to sort the values of a column field or row field by total summary values.

TcxCustomPivotGrid.OnCompare

This event allows you to implement custom sorting algorithms.

TcxPivotGridField.TopValueCount

Specifies the number of field values that are to be displayed for a column field or row field. Setting this property to True enables the Top N Values feature for a field.

TcxPivotGridField.TopValueShowOthers

Specifies whether the ‘Others’ item is displayed within the ExpressPivotGrid when the Top N Values feature is enabled.

TcxPivotGridOptionsData.CalculationBase

Specifies whether the listing order of rows is locale-sensitive.

TcxCustomPivotGrid.OnLayoutChanged

Enables you to track changes made to the pivot grid’s layout.

See Also