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

BarManagerProperties(BarAndDockingController) Constructor

Initializes a new instance of the BarManagerProperties class and sets its properties to default values.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public BarManagerProperties(
    BarAndDockingController controller
)

Parameters

Name Type Description
controller BarAndDockingController

The BarAndDockingController object which will be notified about property changes.

Remarks

This constructor is called automatically by the BarAndDocking controller to initialize the BarAndDockingController.PropertiesBar property. The controller that is passed as the constructor’s parameter will be notified about property changes.

Usually, you do not need to call the constructor from your code.

See Also