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