Skip to main content

Member Table: Group Values on Axes

Member Description
TcxPivotGridField.GroupInterval Specifies how the values of a column or row field are combined into groups.
TcxPivotGridField.GroupIntervalRange Specifies the length of the intervals when values are grouped together.
TcxPivotGridField.GroupValueList Provides indexed access to the list of the field’s grouping values.
TcxPivotGridField.GetGroupValue Determines the grouping value that corresponds to a particular field value.
TcxPivotGridField.GetGroupValueDisplayText Determines the display text for a particular grouping value.
TcxPivotGridField.OnGetGroupValue Enables you to provide custom grouping values.
TcxPivotGridField.OnGetGroupValueDisplayText Enables you to specify user-friendly texts for custom grouping values.
TcxCustomPivotGrid.OnLayoutChanged Enables you to track changes made to the pivot grid’s layout.
See Also