Back to Devexpress

Member Table: Hierarchical Value Arrangement

aspnet-7297-components-pivot-grid-member-tables-layout-features-member-table-hierarchical-value-arrangement.md

latest2.6 KB
Original Source

Member Table: Hierarchical Value Arrangement

  • Dec 17, 2020
MemberDescription
PivotGridFieldBase.AreaSpecifies the area of the ASPxPivotGrid in which the field is displayed.
PivotGridFieldBase.AreaIndexSpecifies the field’s index from amongst the other fields displayed within the same area.
PivotGridFieldBase.SetAreaPositionPositions the field in the specified area and at the specified location.
ASPxPivotGrid.ExpandAllExpands all the columns and rows in the pivot grid.
ASPxPivotGrid.CollapseAllCollapses all the columns and rows in the pivot grid.
ASPxPivotGrid.ExpandAllColumnsExpands all columns.
ASPxPivotGrid.CollapseAllColumnsCollapses all columns.
ASPxPivotGrid.ExpandAllRowsExpands all rows.
ASPxPivotGrid.CollapseAllRowsCollapses all rows.
ASPxPivotGrid.ExpandValueExpands a specific column or row that is identified by the specified values.
ASPxPivotGrid.CollapseValueCollapses a specific column or row that is identified by the specified values.
PivotGridFieldBase.ExpandAllExpands all columns/rows which correspond to a column field or row field.
PivotGridFieldBase.CollapseAllCollapses all the rows/columns which correspond to a column field or row field.
PivotGridFieldBase.ExpandValueExpands the column/row that contains the specified value.
PivotGridFieldBase.CollapseValueCollapses the column/row that contains the specified value.