XRDesignPanelListenersCollection.Contains(IDesignPanelListener) Method
For internal use. Determines whether the collection contains the specified object.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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