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.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
Auto
|
Dashboard item elements are automatically arranged. |
FixedRowCount
|
Dashboard item elements are arranged in rows whose number is specified by the ContentLineCount property. |
FixedColumnCount
|
Dashboard item elements are arranged in columns whose number is specified by the ContentLineCount property. |
Remarks
Values listed by this enumeration are used to set the KpiDashboardItem`1.ContentArrangementMode and PieDashboardItem.ContentArrangementMode properties.
See Also