Back to Devexpress

Compact Layout for Hierarchical Row Values

aspnet-8211-components-pivot-grid-layout-compact-layout-for-hierarchical-row-values.md

latest1.3 KB
Original Source

Compact Layout for Hierarchical Row Values

  • Dec 17, 2020

The ASPxPivotGrid allows you to create compact layouts for hierarchical row values. When there are a lot of data fields in a Row Area, row values can be displayed in a tree:

Tip

Demo: Compact Layout

The table below lists API you can use to set the compact layout:

|

PivotGridOptionsViewBase.RowTotalsLocation

|

Set the PivotGridOptionsViewBase.RowTotalsLocation property to PivotRowTotalsLocation.Tree to get more space horizontally.

| |

ASPxPivotGrid.OptionsView

|

Use the control’s ASPxPivotGrid.OptionsView property to get access to PivotGridOptionsViewBase.RowTotalsLocation.

|