Back to Devexpress

XafDataViewRecord Class

expressappframework-devexpress-dot-expressapp-fc2233fc.md

latest2.1 KB
Original Source

XafDataViewRecord Class

An abstract class that implements IObjectRecord and represents a lightweight read-only data record (a data view) retrieved from a database without loading a complete business object.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public abstract class XafDataViewRecord :
    ICustomTypeDescriptor,
    IObjectRecord
vb
Public MustInherit Class XafDataViewRecord
    Implements ICustomTypeDescriptor,
               IObjectRecord

The following members return XafDataViewRecord objects:

Remarks

The XafDataViewRecord objects are contained in the XafDataView 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

XafDataViewRecord Members

DevExpress.ExpressApp Namespace