Skip to main content

XRDesignPanelListenersCollection.Contains(IDesignPanelListener) Method

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

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public bool Contains(
    IDesignPanelListener item
)

Parameters

Name Type
item DevExpress.XtraReports.UserDesigner.IDesignPanelListener

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