LayoutDimensionOptions.Value Property
Gets or sets a value of a dashboard surface‘s dimension.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#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 |
---|---|
Layout |
|
Layout |
|
#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.