WindowsUIButton.IsLeft Property
Gets or sets whether the current WindowsUIButton is horizontally aligned to the left.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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):
See the WindowsUI Buttons topic to learn more.
See Also