Skip to main content
A newer version of this page is available. .
Tab

SelectedItemCollection.Contains(ListEditItem) Method

Determines whether the collection contains the specified list box item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual bool Contains(
    ListEditItem item
)

Parameters

Name Type Description
item ListEditItem

A ListEditItem object to locate in the collection.

Returns

Type Description
Boolean

true if the specified item belongs to the collection; otherwise false.

See Also