LayoutDimensionMode Enum
Lists values that specify how a dashboard surface‘s height or width is calculated.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
Auto
|
The height or width of a dashboard surface fits to content. |
Fixed
|
The height or width of a dashboard surface is set in pixels according to the LayoutDimensionOptions.Value property. |
See Also