XRDesignRibbonForm.ActiveDesignPanel Property
Provides access to the currently active Design Panel of the XRDesignRibbonForm.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v22.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 a Report Designer.
See Also