XRDesignMdiController.ContainerControl Property
In This Article
Specifies the control containing the XRDesignMdiController.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
[Browsable(false)]
public ContainerControl ContainerControl { get; set; }
#Property Value
Type | Description |
---|---|
Container |
A Container |
See Also