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

LayoutDimensionOptions.Mode Property

Gets or sets whether a dashboard surface‘s height or width is fixed or adjusted to fit content.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(LayoutDimensionMode.Auto)]
public LayoutDimensionMode Mode { get; set; }

Property Value

Type Default Description
LayoutDimensionMode Auto

The dashboard layout mode.

Property Paths

You can access this nested property as listed below:

Object Type Path to Mode
LayoutOptions
.Height .Mode
LayoutOptions
.Width .Mode
See Also