XPBaseCollection.BaseIndexer(Int32) Method
Gets the object at the specified index.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.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 XPBaseCollection. |
See Also