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

BarAndDockingController Class

Allows you to customize the form-scope display and behavior settings for controls and components included in the XtraBars library - bars, dock panels, Ribbon controls, App UI Manager (DocumentManager) and tabbed windows (XtraTabbedMdiManager).

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "BarAndDockingController")]
public class BarAndDockingController :
    Component,
    ISupportInitialize,
    IAppearanceOwner,
    ISupportDXSkinColors

Remarks

The BarAndDockingController class is designed to store the LookAndFeel, appearance and customization settings for the controls and components included in the XtraBars library:

See the following topics to learn more:

Inheritance

Object
MarshalByRefObject
Component
BarAndDockingController
See Also