Skip to main content
.NET 6.0+

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.v23.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