ApplicationMenuInfo Class
In This Article
Obsolete. This class is obsolete. Use the ApplicationMenu class instead.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
[Obsolete("ApplicationMenuInfo is no longer needed. Please replace ApplicationMenuInfo with ApplicationMenu.")]
public class ApplicationMenuInfo :
PopupInfo<ApplicationMenu>
#Examples
This example creates an ApplicationMenu that displays specific commands in the left pane. In addition, the right and bottom panes are assigned to the menu via the RightPane and BottomPane properties.
The following image shows the result:
#Inheritance
#Extension Methods
See Also