Skip to main content

OptionsNavPane(NavBarControl) Constructor

Initializes a new instance of the OptionsNavPane class.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public OptionsNavPane(
    NavBarControl navBar
)

Parameters

Name Type Description
navBar NavBarControl

A NavBarControl object that owns the created object. This value is assigned to the OptionsNavPane.NavBar property.

See Also