Skip to main content
A newer version of this page is available. .
All docs
V22.2

LayoutDimensionMode Enum

Lists values that specify how a dashboard surface‘s height or width is calculated.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public enum LayoutDimensionMode

Members

Name Description
Auto

The height or width of a dashboard surface fits to content.

Fixed

The height or width of a dashboard surface is set in pixels according to the LayoutDimensionOptions.Value property.

See Also