Back to Devexpress

DashboardLayoutGroupOrientation Enum

dashboard-devexpress-dot-dashboardcommon-c8c78275.md

latest1.3 KB
Original Source

DashboardLayoutGroupOrientation Enum

Lists values that specify the orientation of layout items and groups within the group.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DashboardLayoutGroupOrientation
vb
Public Enum DashboardLayoutGroupOrientation

Members

NameDescription
Vertical

Items/groups within layout group are arranged vertically.

| | Horizontal |

Items/groups within layout group are arranged horizontally.

|

The following properties accept/return DashboardLayoutGroupOrientation values:

See Also

Orientation

DevExpress.DashboardCommon Namespace