Back to Devexpress

ContentArrangementMode Enum

dashboard-devexpress-dot-dashboardcommon-43199715.md

latest1.9 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum ContentArrangementMode
vb
Public Enum ContentArrangementMode

Members

NameDescription
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:

Remarks

Values listed by this enumeration are used to set the KpiDashboardItem`1.ContentArrangementMode and PieDashboardItem.ContentArrangementMode properties.

See Also

DevExpress.DashboardCommon Namespace