Skip to main content

OptionsNavPane(OptionsNavPane) Constructor

Initializes a new instance of the OptionsNavPane class with the options specified by the constructor’s parameter.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public OptionsNavPane(
    OptionsNavPane source
)

Parameters

Name Type Description
source OptionsNavPane

An OptionsNavPane object whose settings are copied to the newly created object.

See Also