BarCustomDrawEventArgs Class
Provides data for the BarCustomContainerItem.PaintMenuBar and PopupMenu.PaintMenuBar event.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Remarks
The BarCustomContainerItem.PaintMenuBar and PopupMenu.PaintMenuBar events allow you to custom paint menu bars of sub-menus and popup menus. When one of these events is raised, the BarCustomDrawEventArgs object is created and passed to it.
See Also