CheckedListBoxItemCollection.Contains(Object) Method
Returns whether the specified item belongs to the current collection.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
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