Back to Devexpress

ReportGalleryDockPanel.XRDesignPanel Property

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-reportgallerydockpanel.md

latest1.9 KB
Original Source

ReportGalleryDockPanel.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.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public override XRDesignPanel XRDesignPanel { get; set; }
vb
Public Overrides Property XRDesignPanel As XRDesignPanel

Property Value

TypeDescription
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

ReportGalleryDockPanel Class

ReportGalleryDockPanel Members

DevExpress.XtraReports.UserDesigner Namespace