PivotLayoutType Enum
In This Article
Lists values that specify the layout type of the Pivot dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Compact
|
Displays values from different Pivot |
Tabular
|
Displays values from different Pivot |
#Related API Members
The following properties accept/return PivotLayoutType values:
#Remarks
Values listed in this enumeration are used to set the PivotDashboardItem.LayoutType property.
See Also