Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.NavBar, DevExpress.Wpf.Navigation

Declaration

public static NavBarViewBase CreateDefaultView()

Returns

Type Description
NavBarViewBase

A NavBarViewBase descendant (ExplorerBarView) representing the control’s default view.

See Also