XPBindingSource.Object[Int32] Property
An indexer that provides access to the data source‘s specific object.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v25.2.dll
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