Skip to main content
A newer version of this page is available. .

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.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public override XRDesignPanel XRDesignPanel { get; set; }

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