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

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.v19.2.dll

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