Back to Devexpress

DefaultBarAndDockingController.Controller Property

windowsforms-devexpress-dot-xtrabars-dot-defaultbaranddockingcontroller.md

latest2.7 KB
Original Source

DefaultBarAndDockingController.Controller Property

Gets the DefaultBarAndDockingController.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public BarAndDockingController Controller { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property Controller As BarAndDockingController

Property Value

TypeDescription
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

Default

Look and Feel

DefaultBarAndDockingController Class

DefaultBarAndDockingController Members

DevExpress.XtraBars Namespace