Skip to main content

XRDesignPanelListenersCollection.Contains(XRDesignPanelListener) Method

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

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.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