Skip to main content
A newer version of this page is available. .

SeparatorItem.Orientation Property

Gets a SeparatorItem‘s orientation. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v19.1.dll

Declaration

public Orientation Orientation { get; }

Property Value

Type Description
Orientation

A System.Windows.Control.Orientation enumerator value that specifies a SeparatorItem‘s orientation.

Remarks

You can not manually set the Orientation property value. It always takes the same value as its container’s Orientation property value.

See Also