Skip to main content

XRDesignPanelListener(IDesignPanelListener) Constructor

For internal use. Initializes a new instance of the XRWatermark class with the specified settings.

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public XRDesignPanelListener(
    IDesignPanelListener designControl
)

Parameters

Name Type
designControl DevExpress.XtraReports.UserDesigner.IDesignPanelListener

Remarks

This constructor is intended for internal use only. Normally you don’t need to use it.

See Also