Skip to main content
Bar

BarAndDockingControllerLookAndFeel(Object) Constructor

Initializes a new instance of the BarAndDockingControllerLookAndFeel class with the specified owner.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarAndDockingControllerLookAndFeel(
    object ownerControl
)

Parameters

Name Type Description
ownerControl Object

The owner of the created BarAndDockingControllerLookAndFeel object.

See Also