XRDesignForm.ActiveDesignPanel Property
Provides access to the currently active Design Panel of the XRDesignForm.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Property Value
Type | Description |
---|---|
XRDesignPanel | An XRDesignPanel object, representing the active Design Panel. |
Remarks
Use the ActiveDesignPanel property, to obtain the properties of the currently active XRDesignPanel within an End-User Report Designer.
See Also