Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XpoDataViewRecord Class

A XPO-oriented class that represents a lightweight read-only data record (a data view) retrieved from a database without loading a complete business object.

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v19.2.dll

Declaration

public class XpoDataViewRecord :
    XafDataViewRecord

Remarks

The XpoDataViewRecord objects are contained in the XpoDataView collection and returned by the ListView.CurrentObject and ListView.SelectedObjects properties instead of original business objects when the List View operates in the DataView mode.

Implements

Inheritance

Object
XafDataViewRecord
XpoDataViewRecord
See Also