InsertMainMenuIfNotExistAction Class
In This Article
Inserts a bar at a specific position within the BarManager.Bars collection and sets the Bar.IsMainMenu flag for it. The action does nothing if there already exists a bar with this flag enabled.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Remarks
The InsertMainMenuIfNotExistAction action can be used in the same manner as the InsertBarAction object.
See Customizing Bars via Actions to learn more.
#Inheritance
Object
DispatcherObject
DependencyObject
BarManagerControllerActionBase
InsertBarAction
InsertMainMenuIfNotExistAction
See Also