ReportGalleryDockPanel.XRDesignPanel Property
In This Article
Gets or sets the XRDesignPanel object to which the XRDesignDockManager that owns the current dock panel belongs.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
public override XRDesignPanel XRDesignPanel { get; set; }
#Property Value
Type | Description |
---|---|
XRDesign |
The XRDesign |
#Remarks
Use the XRDesignPanel property to access an instance of the XRDesignPanel object when customizing the End-User Designer.
See Also