wpf-devexpress-dot-xpf-dot-bars-1ed05459.md
Inserts a bar at a specific position within the BarManager.Bars collection and sets the Bar.IsStatusBar flag for it. The action does nothing if a bar already exists with this flag enabled.
Namespace : DevExpress.Xpf.Bars
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
[Browsable(false)]
public class InsertStatusBarIfNotExistAction :
InsertBarAction
<Browsable(False)>
Public Class InsertStatusBarIfNotExistAction
Inherits InsertBarAction
The InsertStatusBarIfNotExistAction action can be used in the same manner as the InsertBarAction object.
See Bar Actions to learn more.
Object DispatcherObject DependencyObject ContentElement FrameworkContentElement DXFrameworkContentElement BarManagerControllerActionBase InsertBarAction InsertStatusBarIfNotExistAction
See Also