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