Back to Devexpress

LayoutDimensionMode Enum

dashboard-devexpress-dot-dashboardcommon-2e475a09.md

latest1.3 KB
Original Source

LayoutDimensionMode Enum

Lists values that specify how a dashboard surface‘s height or width is calculated.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum LayoutDimensionMode
vb
Public Enum LayoutDimensionMode

Members

NameDescription
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.

|

The following properties accept/return LayoutDimensionMode values:

See Also

DevExpress.DashboardCommon Namespace