DockManagerAppearances(BarAndDockingController) Constructor
Initializes a new instance of the DockManagerAppearances class with the specified BarAndDockingController.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
controller | BarAndDockingController | A BarAndDockingController object representing the controller that will own the created collection. This value is assigned to the BarManagerAppearances.Controller property. |
Remarks
This constructor is called automatically when the BarAndDockingController object initializes its BarAndDockingController.AppearancesDocking property.
See Also