Back to Devexpress

ApplicationMenu.IsMenuEmpty Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-applicationmenu-e19a93b2.md

latest1.4 KB
Original Source

ApplicationMenu.IsMenuEmpty Property

Gets whether the ApplicationMenu contains visible items.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public virtual bool IsMenuEmpty { get; }
vb
Public Overridable ReadOnly Property IsMenuEmpty As Boolean

Property Value

TypeDescription
Boolean

true if the application menu contains visible items; otherwise, false.

|

Remarks

The IsMenuEmpty property returns true if the ApplicationMenu contains visible items. All items are stored in the inherited PopupMenu.ItemLinks collection.

If there are no visible items, the menu cannot be displayed.

See Also

ItemLinks

ApplicationMenu Class

ApplicationMenu Members

DevExpress.Xpf.Ribbon Namespace