Skip to main content
.NET 6.0+

XPBaseCollection.BaseIndexer(Int32) Method

Gets the object at the specified index.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public virtual object BaseIndexer(
    int index
)

Parameters

Name Type Description
index Int32

The zero-based index of the object to get.

Returns

Type Description
Object

The object at the specified index in the XPBaseCollection.

See Also