DashboardLayoutGroup.Orientation Property
Gets or sets the value specifying the orientation of layout items/groups within the group.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v20.2.Core.dll
Declaration
[DefaultValue(DashboardLayoutGroupOrientation.Horizontal)]
public DashboardLayoutGroupOrientation Orientation { get; set; }
<DefaultValue(DashboardLayoutGroupOrientation.Horizontal)>
Public Property Orientation As DashboardLayoutGroupOrientation
Property Value
Type | Default | Description |
---|---|---|
DashboardLayoutGroupOrientation | Horizontal |
A DashboardLayoutGroupOrientation enumeration value specifying the orientation of layout items/groups within the group. |
See Also
Feedback