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

DefaultBarAndDockingController(IContainer) Constructor

Initializes a new instance of the DefaultBarAndDockingController class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public DefaultBarAndDockingController(
    IContainer container
)

Parameters

Name Type Description
container IContainer

A IContainer object that provides functionality for containers.

Remarks

For more information on using the BarAndDockingController component, see the Bar and Docking Controllers (Customizing Default View and Behavior Settings) topic.

See Also