Skip to main content
.NET 6.0+

XPBindingSource.Object[Int32] Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

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