Skip to main content
Bar

BarManagerAppearances(BarAndDockingController) Constructor

Initializes a new instance of the BarManagerAppearances class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarManagerAppearances(
    BarAndDockingController controller
)

Parameters

Name Type Description
controller BarAndDockingController

A BarAndDockingController object which will be notified when settings are changed.

Remarks

When a BarAndDockingController is created, it calls this constructor to initialize the BarAndDockingController.AppearancesBar property. The controller passes itself as the parameter for the constructor.

The controller passed as the parameter will be notified about changes to the BarManagerAppearances settings. You can access the controller via the BarManagerAppearances.Controller property.

See Also