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.v24.1.dll
NuGet Package: DevExpress.Wpf.NavBar
Declaration
Returns
Type | Description |
---|---|
NavBarViewBase | A NavBarViewBase descendant (ExplorerBarView) representing the control’s default view. |
See Also