wpf-devexpress-dot-xpf-dot-navigation-dot-officenavigationbar-70d03e8c.md
Get or sets whether the Customization button is displayed before or after bar items, or is hidden. This is a dependency property.
Namespace : DevExpress.Xpf.Navigation
Assembly : DevExpress.Xpf.Controls.v25.2.dll
NuGet Package : DevExpress.Wpf.Controls
public CustomizationButtonVisibility CustomizationButtonVisibility { get; set; }
Public Property CustomizationButtonVisibility As CustomizationButtonVisibility
| Type | Description |
|---|---|
| DevExpress.Xpf.Navigation.CustomizationButtonVisibility |
A DevExpress.Xpf.Navigation.CustomizationButtonVisibility enumeration value that specifies whether and where the Customization button is displayed. The default is ShowAfterItems.
|
The OfficeNavigationBar can display the Customization button invoking the context menu which provides access to the Navigation options dialog launch command and the hidden bar items, if any. See the figure below.
By default, the Customization button is displayed after the bar items. You can also change the default behavior and show the button before the bar items, or completely hide it. For this purpose, assign the corresponding value to the CustomizationButtonVisibility property. The DevExpress.Xpf.Navigation.CustomizationButtonVisibility enumeration provides the following values:
See Also