Skip to main content

XRDesignMdiController.Form Property

Specifies the form to associate with the XRDesignMdiController.

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

[Browsable(false)]
public Form Form { get; set; }

Property Value

Type Description
Form

A Form object.

See Also