BarManagerProperties(BarAndDockingController) Constructor
Initializes a new instance of the BarManagerProperties class and sets its properties to default values.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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