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

WindowsUIButton.IsLeft Property

Gets or sets whether the current WindowsUIButton is horizontally aligned to the left.

Namespace: DevExpress.XtraBars.Docking2010

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true if the current WindowsUIButton is horizontally aligned to the left; otherwise, false.

Remarks

By default, all Custom WindowsUIButtons are aligned to the right and located at the application’s top right corner. Setting the IsLeft property to true aligns the current WindowsUIButton to the left. It will be displayed after the View’s WindowsUIView.Caption (if specified):

DocumentManager - WindowsUI Button IsLeft

See the WindowsUI Buttons topic to learn more.

See Also