Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.ExpressApp.Xpo

#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