ApplicationMenu.CanShowPopup Property
Indicates whether the ApplicationMenu can be displayed.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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