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

XtraTabbedMdiManager.Controller Property

Gets or sets the BarAndDockingController that controls the appearance settings of the XtraTabbedMdiManager component.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(null)]
public virtual BarAndDockingController Controller { get; set; }

Property Value

Type Default Description
BarAndDockingController *null*

A BarAndDockingController object which controls the appearance settings of the XtraTabbedMdiManager component.

Remarks

If the Controller property is set to null the appearance settings of the XtraTabbedMdiManager component are controlled by the DefaultBarAndDockingController component. If a BarAndDockingController object is assigned to this property, the appearance settings are maintained by this controller, rather than the DefaultBarAndDockingController.

For more information on the BarAndDockingController, see the Bar and Docking Controllers (Customizing Default View and Behavior Settings) document.

See Also