Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DefaultBarAndDockingController.Controller Property

Gets the DefaultBarAndDockingController.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
public BarAndDockingController Controller { get; }

#Property Value

Type Description
BarAndDockingController

A BarAndDockingController object representing the DefaultBarAndDockingController.

#Remarks

The DefaultBarAndDockingController object maintains the default settings for bars, dock panels and Ribbon Controls.

Bars and dock panels use these default settings if the Controller properties of the BarManager and DockManager components are set to null. Similarly, the Ribbon Control is painted according to the settings of the DefaultBarAndDockingController if the RibbonControl.Controller is set to null.

To customize the DefaultBarAndDockingController you can use either of the following methods:

For more information, refer to the Look and Feel help topic.

See Also