Skip to main content
Bar

BarContainerControl.Orientation Property

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

public Orientation Orientation { get; set; }

#Property Value

Type Description
Orientation

An Orientation enumeration value that specifies whether the bar container is horizontal or vertical.

See Also