TypedDesignDockPanel.XRDesignPanel Property
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.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Property Value
Type | Description |
---|---|
XRDesignPanel | The XRDesignPanel object, to which the XRDesignDockManager belongs. |
Remarks
Use the XRDesignPanel property to access an instance of the XRDesignPanel object when customizing the End-User Designer.
See Also