Skip to main content

WindowsUISeparator.IsLeft Property

Gets or sets whether or not this separator is aligned to the left border of its parent container.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
public bool IsLeft { get; set; }

Property Value

Type Default Description
Boolean false

true if this separator is aligned to the left border of its parent container; otherwise, false.

See Also