Back to Devexpress

BarAndDockingController Class

windowsforms-devexpress-dot-xtrabars-1ab67488.md

latest5.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXLicenseWinForms]
public class BarAndDockingController :
    Component,
    ISupportInitialize,
    IAppearanceOwner,
    ISupportDXSkinColors
vb
<DXLicenseWinForms>
Public Class BarAndDockingController
    Inherits Component
    Implements ISupportInitialize,
               IAppearanceOwner,
               ISupportDXSkinColors

The following members return BarAndDockingController objects:

Show 16 links

LibraryRelated API Members
WinForms ControlsBackstageViewControl.Controller
BackstageViewControl.GetController()
BarAndDockingController.Default
BarManager.Controller
BarManager.GetController()
BarManagerAppearances.Controller
DefaultBarAndDockingController.Controller
DockManager.Controller
DockManagerAppearances.Controller
DocumentManager.BarAndDockingController
GalleryControl.Controller
GalleryControl.GetController()
RibbonControl.Controller
RibbonControl.GetController()
XtraTabbedMdiManager.Controller
.NET Reporting ToolsXRDesignMdiController.Controller

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 topic to learn more: Look and Feel.

Example: Create a Custom BarManager and BarAndDockingController

This example creates a custom Bar Manager (including infrastructure classes) that can be used at design time.

View Example

Inheritance

Object MarshalByRefObject Component BarAndDockingController

See Also

BarAndDockingController Members

Controller

Look and Feel

DevExpress.XtraBars Namespace