Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public enum ContentArrangementMode

Members

Name Description
Auto

Dashboard item elements are arranged automatically.

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