PivotDashboardItem.LayoutType Property
Gets or sets the layout type of the Pivot dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(PivotLayoutType.Compact)]
public PivotLayoutType LayoutType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Pivot |
Compact | A Pivot |
Available values:
Name | Description |
---|---|
Compact | Displays values from different Pivot |
Tabular | Displays values from different Pivot |
#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. |