Back to Devexpress

XRDesignBarManager.XRDesignPanel Property

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-xrdesignbarmanager-88fe85e6.md

latest2.2 KB
Original Source

XRDesignBarManager.XRDesignPanel Property

Associates the XRDesignBarManager with the default XRDesignPanel.

Namespace : DevExpress.XtraReports.UserDesigner

Assembly : DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
[DefaultValue(null)]
[SRCategory(ReportStringId.CatUserDesigner)]
public XRDesignPanel XRDesignPanel { get; set; }
vb
<SRCategory(ReportStringId.CatUserDesigner)>
<DefaultValue(Nothing)>
Public Property XRDesignPanel As XRDesignPanel

Property Value

TypeDefaultDescription
XRDesignPanelnull

An XRDesignPanel object.

|

Remarks

Because the single-document interface has been discontinued, this property no longer applies to the End-User Report Designer, and is only retained to provide backward compatibility.

Implements

XRDesignPanel

See Also

Create a Custom End-User Report Designer

XRDesignBarManager Class

XRDesignBarManager Members

DevExpress.XtraReports.UserDesigner Namespace