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

SelectedItemCollection.Item[Int32] Property

Provides indexed access to individual items within the SelectedItemCollection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual ListEditItem 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
ListEditItem

A ListEditItem object that is the required item.

See Also