Skip to main content

PivotDashboardItem.LayoutType Property

Gets or sets the layout type of the Pivot dashboard item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(PivotLayoutType.Compact)]
public PivotLayoutType LayoutType { get; set; }

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 Pivot_CompactLayout 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 Pivot_TabularLayout Displays values from different Row dimensions in separate columns.
See Also