Back to Devexpress

PivotLayoutType Enum

dashboard-devexpress-dot-dashboardcommon-278aced2.md

latest1.8 KB
Original Source

PivotLayoutType Enum

Lists values that specify the layout type of the Pivot dashboard item.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum PivotLayoutType
vb
Public Enum PivotLayoutType

Members

NameDescription
Compact

Displays values from different PivotDashboardItem.Rows 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 PivotDashboardItem.Rows dimensions in separate columns.

|

The following properties accept/return PivotLayoutType values:

Remarks

Values listed in this enumeration are used to set the PivotDashboardItem.LayoutType property.

See Also

Layout

Layout

DevExpress.DashboardCommon Namespace