NavBarControl.CreateDefaultView() Method
Creates an ExplorerBarView class instance that represents the default view within the DXNavBar control.
Namespace: DevExpress.Xpf.NavBar
Assembly: DevExpress.Xpf.NavBar.v25.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Returns
| Type | Description |
|---|---|
| NavBarViewBase | A NavBarViewBase descendant (ExplorerBarView) representing the control’s default view. |
See Also