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

DockManagerAppearances(BarAndDockingController) Constructor

Initializes a new instance of the DockManagerAppearances class with the specified BarAndDockingController.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public DockManagerAppearances(
    BarAndDockingController controller
)

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