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.v19.1.dll

Declaration

public static NavBarViewBase CreateDefaultView()

Returns

Type Description
NavBarViewBase

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

See Also