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.1.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "BarAndDockingController")]
[TypeConverter("DevExpress.XtraBars.TypeConverters.BarAndDockingControllerTypeConverter, DevExpress.XtraBars.v18.1.Design")]
[ToolboxTabName("DX.18.1: Navigation & Layout")]
public class BarAndDockingController :
    Component,
    ISupportInitialize,
    IAppearanceOwner

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:

The following code snippets (auto-collected from DevExpress Examples) contain references to the BarAndDockingController class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
MarshalByRefObject
Component
BarAndDockingController
See Also