DesignDockPanel.XRDesignPanel Property
In This Article
Associates the DesignDockPanel with the XRDesignPanel.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
[Browsable(false)]
[DefaultValue(null)]
public virtual XRDesignPanel XRDesignPanel { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
XRDesign |
null | An XRDesign |
#Remarks
This property does not apply to the XRDesignMdiController that provides the multi-document interface to the End-User Report Designer.
This property is retained to provide backward compatibility with the discontinued single-document End-User Report Designer interface, where it was used to associate dock panels with a specific XtraReport instance.
See Also