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

XRDesignPanelListenersCollection.Contains(XRDesignPanelListener) Method

For internal use. Determines whether the collection contains the specified XRDesignPanelListener object.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public bool Contains(
    XRDesignPanelListener item
)

Parameters

Name Type Description
item XRDesignPanelListener

An XRDesignPanelListener object.

Returns

Type Description
Boolean

A Boolean value.

Remarks

The Contains property is intended for internal use only. Normally you don’t need to use it.

See Also