Skip to main content
.NET 6.0+

XpoDataViewRecord.Item[Int32] Property

Gets the XpoDataViewRecord object with the specified index from the XpoDataView collection.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v24.1.dll

NuGet Package: DevExpress.ExpressApp.Xpo

Declaration

public override object this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer specifying the index of the XpoDataViewRecord object to be returned.

Property Value

Type Description
Object

The XpoDataViewRecord object with the specified index.

See Also