Skip to main content
All docs
V25.1
  • LayoutDimensionOptions.Value Property

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

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.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