XRDesignRibbonForm.ActiveDesignPanel Property
In This Article
Provides access to the currently active Design Panel of the XRDesignRibbonForm.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
public XRDesignPanel ActiveDesignPanel { get; }
#Property Value
Type | Description |
---|---|
XRDesign |
An XRDesign |
#Remarks
Use the ActiveDesignPanel property, to obtain the properties of the currently active XRDesignPanel within a Report Designer.
See Also