Skip to main content

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public Dock ButtonsAlignment { get; }

Property Value

Type Description
Dock

A Dock enumeration value that specifies the Customization button alignment.

See Also