Skip to main content
.NET 6.0+

XafDataViewRecord.Item[Int32] Property

Gets the XafDataViewRecord object with the specified index from the XafDataView collection.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Parameters

Name Type Description
index Int32

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

Property Value

Type Description
Object

The XafDataViewRecord object with the specified index.

See Also