Skip to main content
A newer version of this page is available. .

RibbonMiniToolbar.PopupMenu Property

Gets or sets a popup menu to be displayed simultaneously with the toolbar.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(null)]
[DXCategory("Behavior")]
public PopupMenu PopupMenu { get; set; }

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