DesignDockPanel.XRDesignPanel Property
Associates the DesignDockPanel with the XRDesignPanel.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
[Browsable(false)]
[DefaultValue(null)]
public virtual XRDesignPanel XRDesignPanel { get; set; }
Property Value
Type | Default | Description |
---|---|---|
XRDesignPanel | null | An XRDesignPanel object. |
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