XPBaseCollection.BaseIndexer(Int32) Method
In This Article
Gets the object at the specified index.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#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 XPBase |
See Also