Back to Devexpress

XpoDataViewRecord Class

expressappframework-devexpress-dot-expressapp-dot-xpo-f301b5d7.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Xpo

Declaration

csharp
public class XpoDataViewRecord :
    XafDataViewRecord
vb
Public Class XpoDataViewRecord
    Inherits 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

IObjectRecord

Inheritance

Object XafDataViewRecord XpoDataViewRecord

See Also

XpoDataViewRecord Members

DevExpress.ExpressApp.Xpo Namespace