Skip to main content

DockManagerAppearances(BarAndDockingController) Constructor

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

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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