Back to Devexpress

LayoutDimensionOptions.Value Property

dashboard-devexpress-dot-dashboardcommon-dot-layoutdimensionoptions-0d74b3bf.md

latest2.0 KB
Original Source

LayoutDimensionOptions.Value Property

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public int Value { get; set; }
vb
Public Property Value As Integer

Property Value

TypeDescription
Int32

A value of the height or width dimension.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

LayoutDimensionOptions Class

LayoutDimensionOptions Members

DevExpress.DashboardCommon Namespace