Skip to main content

ApplicationMenu.CanShowPopup Property

Indicates whether the ApplicationMenu can be displayed.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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