XPBaseCollection.BaseIndexer(Int32) Method
Gets the object at the specified index.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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