Skip to main content
A newer version of this page is available. .
Bar

BarAndDockingControllerLookAndFeel(Object) Constructor

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public BarAndDockingControllerLookAndFeel(
    object ownerControl
)

Parameters

Name Type Description
ownerControl Object

The owner of the created BarAndDockingControllerLookAndFeel object.

See Also