Skip to main content

DockPanelOptions(DockPanel) Constructor

Initializes a new instance of the DockPanelOptions class with default settings.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public DockPanelOptions(
    DockPanel panel
)

Parameters

Name Type Description
panel DockPanel

A DockPanel panel that will own the newly created DockPanelOptions object.

See Also