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

OfficeNavigationBar.ButtonsAlignment Property

Gets the alignment of the Customization button relative to the OfficeNavigationBar. This is a dependency property.

Namespace: DevExpress.Xpf.Navigation

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public Dock ButtonsAlignment { get; }

Property Value

Type Description
Dock

A Dock enumeration value that specifies the Customization button alignment.

See Also