A newer version of this page is available.
Switch to the current version.
XafDataViewRecord Class
An abstract 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
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
public abstract class XafDataViewRecord :
ICustomTypeDescriptor
Public MustInherit Class XafDataViewRecord
Implements ICustomTypeDescriptor
Related API Members
The following members accept/return XafDataViewRecord objects:
Remarks
The XafDataViewRecord objects are contained in the XafDataView collection and returned by the View.CurrentObject and View.SelectedObjects properties instead of original business objects when the View operates in the DataView mode.
Inheritance
See Also
Feedback