Skip to main content
All docs
V23.2

LayoutDimensionOptions Class

Contains settings that allow you to adjust the height and width of a dashboard surface.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class LayoutDimensionOptions

Remarks

The LayoutOptions.Height and LayoutOptions.Width properties return the LayoutDimensionOptions object that contains settings for the width and height dimensions of a dashboard surface.

To adjust dimensions of a dashboard surface, use the following properties:

Mode
Gets or sets whether a dashboard surface‘s height or width is fixed or adjusted to fit content.
Value
Gets or sets a value of a dashboard surface‘s dimension.

Inheritance

Object
LayoutDimensionOptions
See Also