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.2.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Declaration
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