Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonControl.ToolbarCustomizationMenuShowing Event

Fires when a Customization menu is about to be invoked (when clicking the Customization button displayed next to the Ribbon Quick Access Toolbar).

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v24.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

#Declaration

public event ToolbarCustomizationMenuShowingEventHandler ToolbarCustomizationMenuShowing

#Event Data

The ToolbarCustomizationMenuShowing event's data class is DevExpress.Xpf.Ribbon.ToolbarCustomizationMenuShowingEventArgs.

#Remarks

Clicking the Customization button displays a customization menu. You can change this menu by handling the ToolbarCustomizationMenuShowing event.

To respond to closing this menu, see RibbonControl.ToolbarCustomizationMenuClosed.

The Customization button’s visibility is controlled by the RibbonControl.ToolbarShowCustomizationButton property.

See Also