dashboard-devexpress-dot-dashboardcommon-43199715.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public enum ContentArrangementMode
Public Enum ContentArrangementMode
| 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.
|
The following properties accept/return ContentArrangementMode values:
Values listed by this enumeration are used to set the KpiDashboardItem`1.ContentArrangementMode and PieDashboardItem.ContentArrangementMode properties.
See Also