ApplicationMenuInfo.ItemLinks Property
In This Article
Gets the collection of item links displayed in the Application Menu's left pane.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Observable |
The collection of item links displayed in the Application Menu's left pane. |
#Remarks
The ApplicationMenuInfo object is a wrapper for an ApplicationMenu object. So, the ItemLinks property is equivalent to the ApplicationMenu's inherited PopupMenu.ItemLinks property. See the ApplicationMenu topic to learn more.
See Also