Skip to main content

Member Table: Hierarchical Value Arrangement

Member Description
TcxPivotGridField.Area and TcxPivotGridField.AreaIndex Specifies the area and the position in this area in which a field is displayed, respectively.
TcxPivotGridField.SetAreaPosition Positions a field in the specified area and at the specified location.
TcxCustomPivotGrid.OnFieldPosChanged This event allows you to perform specific actions when a field’s position (either the area or its location within an area) is changed.
TcxPivotGridField.ExpandAll Expands all grouping columns/rows that correspond to a column field or row field.
TcxPivotGridField.CollapseAll Collapses all grouping columns/rows that correspond to a column field or row field.
TcxPivotGridGroupItem.Expanded Specifies the expansion state of a grouping column or row.
TcxPivotGridFieldGroup.Area and TcxPivotGridFieldGroup.AreaIndex Specifies the area and the position in this area in which a field group is displayed, respectively.
TcxPivotGridField.Group.Expanded Specifies the expansion state of a grouped field.
TcxPivotGridFieldGroup.FullExpand Expands all fields within a field group.
TcxPivotGridFieldGroup.FullCollapse Collapses all fields within a field group.
TcxPivotGridOptionsDataField.Area and TcxPivotGridOptionsDataField.AreaIndex Specifies the area and the position in this area in which the data field anchor is displayed, respectively.
TcxCustomPivotGrid.OnLayoutChanged Enables you to track changes made to the pivot grid’s layout.
See Also