PivotDashboardItem.LayoutType Property
Gets or sets the layout type of the Pivot dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
PivotLayoutType | Compact | A PivotLayoutType enumeration value that specifies the layout type of the Pivot dashboard item. |
Remarks
Note that the LayoutType property is in effect if the Pivot dashboard item contains a hierarchy of dimensions in PivotDashboardItem.Rows. The table below demonstrates and describes the Compact and Tabular layouts.
Layout type | Example | Description |
---|---|---|
Compact | Displays values from different Row dimensions in a single column. Note that in this case, totals are displayed at the top of a group, and you cannot change the totals position. | |
Tabular | Displays values from different Row dimensions in separate columns. |
See Also