Skip to main content

CheckedListBoxItemCollection.Contains(Object) Method

Returns whether the specified item belongs to the current collection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override bool Contains(
    object item
)

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