SelectedItemCollection.Contains(ListEditItem) Method
Determines whether the collection contains the specified list box item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| item | ListEditItem | A ListEditItem object to locate in the collection. |
Returns
| Type | Description |
|---|---|
| Boolean |
|
See Also