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

XRDesignMdiController.Controller Property

Specifies the Bar and Docking Controllers assigned to the XRDesignMdiController.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v18.2.Extensions.dll

Declaration

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

Property Value

Type Default Description
BarAndDockingController *null*

A BarAndDockingController object.

See Also