Back to Devexpress

ObjectRecord Class

expressappframework-devexpress-dot-expressapp-d8324f0a.md

latest2.1 KB
Original Source

ObjectRecord Class

Contains information to get the wrapped object’s value or to load the complete business object from a database in InstantFeedback, InstantFeedbackView, or ServerView mode.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class ObjectRecord :
    IObjectRecord
vb
Public Class ObjectRecord
    Implements IObjectRecord

The following members return ObjectRecord objects:

Remarks

The ListView.CurrentObject and ListView.SelectedObjects properties return ObjectRecord objects instead of original business objects when the List View operates in the InstantFeedback , InstantFeedbackView , or ServerView mode.

Implements

IObjectRecord

Inheritance

Object ObjectRecord XafInstantFeedbackRecord

See Also

ObjectRecord Members

DevExpress.ExpressApp Namespace