Skip to main content
Tab

SelectedIndexCollection.Item[Int32] Property

Provides indexed access to individual items within the SelectedIndexCollection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public int this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value specifying the zero-based index of the item to be accessed within the collection.

Property Value

Type Description
Int32

An integer value specifying the index of the item.

Remarks

Use the ASPxListBox.SelectedIndices property to access the selected items’ indices collection.

For more information about multiple items selection, read the Multi-Selection Mode topic.

See Also