XPBindingSource.Object[Int32] Property
An indexer that provides access to the data source‘s specific object.
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 | An index of the object to be accessed. |
Property Value
Type | Description |
---|---|
Object | An object that has the specified index. |
See Also