Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DesignDockPanel.XRDesignPanel Property

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
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