Skip to main content

XRDesignRibbonForm.ActiveDesignPanel Property

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

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public XRDesignPanel ActiveDesignPanel { get; }

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