RibbonMiniToolbar.PopupMenu Property
Gets or sets a popup menu to be displayed simultaneously with the toolbar.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
PopupMenu | null | A PopupMenu item to be displayed simultaneously with the toolbar. |
Remarks
You can display a toolbar and a popup menu simultaneously. First, assign a popup menu to a toolbar via the PopupMenu property, or assign a toolbar to a popup menu via the PopupMenu.RibbonToolbar property. Then, call the RibbonMiniToolbar.Show or the PopupMenu.ShowPopup method.
See Also