Skip to main content
All docs
V23.2

LayoutDimensionOptions.Value Property

Gets or sets a value of a dashboard surface‘s dimension.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public int Value { get; set; }

Property Value

Type Description
Int32

A value of the height or width dimension.

Property Paths

You can access this nested property as listed below:

Object Type Path to Value
LayoutOptions
.Height .Value
LayoutOptions
.Width .Value

Remarks

Set the LayoutDimensionOptions.Mode property to Fixed and use the Value property to specify the dashboard surface’s height or width value in pixels. If the Mode property is set to Auto, the dashboard dimension is automatically calculated to fit content.

See Also