Skip to main content
Tab

SelectedIndexCollection.Contains(Int32) Method

Determines whether the collection contains a list box item with the specified index.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool Contains(
    int index
)

Parameters

Name Type Description
index Int32

An integer value specifying the item’s index.

Returns

Type Description
Boolean

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

See Also