BarContainerControl.Orientation Property
In This Article
Gets or sets the orientation of the current BarContainerControl object. This property is in effect when the BarContainerControl.ContainerType is set to BarContainerType.None. This is a dependency property.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Orientation | An Orientation enumeration value that specifies whether the bar container is horizontal or vertical. |
See Also