ShowToolbarsContextMenuEventArgs Class
Provides data for the BarManager.ShowToolbarsContextMenu event.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
You can handle the BarManager.ShowToolbarsContextMenu event to adjust the Customization Window (add or remove specific items) before it is displayed onscreen. Use the ShowToolbarsContextMenuEventArgs.ItemLinks property to access the menu item collection.
See the BarManager.ShowToolbarsContextMenu topic for more information.
See Also