Skip to main content
A newer version of this page is available. .

XafInstantFeedbackRecord Class

Contains information that is required to get the wrapped object’s values of a corresponding Grid View row or to load the corresponding complete business object from a database in InstantFeedback mode.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public class XafInstantFeedbackRecord

Remarks

The XafInstantFeedbackRecord objects are returned by the View.CurrentObject and View.SelectedObjects properties instead of the original business objects when the View operates in the InstantFeedback mode.

Inheritance

Object
XafInstantFeedbackRecord
See Also