Back to Devexpress

XRDesignRibbonForm.ActiveDesignPanel Property

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-xrdesignribbonform-16167c6f.md

latest1.7 KB
Original Source

XRDesignRibbonForm.ActiveDesignPanel Property

Provides access to the currently active Design Panel of the XRDesignRibbonForm.

Namespace : DevExpress.XtraReports.UserDesigner

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

NuGet Package : DevExpress.Win.Reporting

Declaration

csharp
public XRDesignPanel ActiveDesignPanel { get; }
vb
Public ReadOnly Property ActiveDesignPanel As XRDesignPanel

Property Value

TypeDescription
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

XRDesignRibbonForm Class

XRDesignRibbonForm Members

DevExpress.XtraReports.UserDesigner Namespace