Skip to main content
.NET 6.0+

XPObjectSourceRecord.Item[Int32] Property

Gets the value of a property with the specified index.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public object this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer value which represents the index of a property.

Property Value

Type Description
Object

The value of a property with the specified index.

See Also