Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DynamicCollectionBase.Item[Int32] Property

Gets or sets an object at the specified index. This property is implemented to support the IList interface.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object this[int index] { get; set; }

Parameters

Name Type Description
index Int32

An index of the object to be returned.

Property Value

Type Description
Object

An object at the specified index.

See Also