CheckedListBoxItemCollection.Contains(Object) Method
Returns whether the specified item belongs to the current collection.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | Object | The item to locate in the collection. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the specified item belongs to the collection; otherwise false. |
See Also