Skip to main content
A newer version of this page is available. .

XRDesignForm.ActiveDesignPanel Property

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

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.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 an End-User Report Designer.

See Also