Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPBindingSource.Object[Int32] Property

An indexer that provides access to the data source‘s specific object.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

[Browsable(false)]
public object this[int index] { get; set; }

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