ContentArrangementMode Enum
Lists values that specify how individual elements contained within the dashboard item (such as Card, Pie or Gauge) should be arranged.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Auto
|
Dashboard item elements are automatically arranged. |
Fixed
|
Dashboard item elements are arranged in rows whose number is specified by the Content |
Fixed
|
Dashboard item elements are arranged in columns whose number is specified by the Content |
#Related API Members
The following properties accept/return ContentArrangementMode values:
#Remarks
Values listed by this enumeration are used to set the KpiDashboardItem`1.ContentArrangementMode and PieDashboardItem.ContentArrangementMode properties.