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

ApplicationMenu.CanShowPopup Property

Indicates whether the ApplicationMenu can be displayed.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public override bool CanShowPopup { get; }

Property Value

Type Description
Boolean

true, if the ApplicationMenu can be displayed; otherwise, false.

Remarks

An ApplicationMenu can be displayed if it’s linked to a RibbonControl control via the PopupMenuBase.Ribbon property. The PopupMenuBase.CanShowPopup method returns true if the PopupMenuBase.Ribbon property is set to a RibbonControl control.

See Also