XRDesignMdiController.Controller Property
In This Article
Specifies the Bar and Docking Controllers assigned to the XRDesignMdiController.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
[DefaultValue(null)]
public virtual BarAndDockingController Controller { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Bar |
null | A Bar |
See Also