Skip to main content
All docs
V25.1
  • .NET 8.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.v25.1.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