XafInstantFeedbackRecord(Type, Object, Nullable<Int32>) Constructor
Creates a new instance of the XafInstantFeedbackRecord class.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
objectType | Type | The Type of business objects that are wrapped by an XafInstantFeedbackRecord. |
objectKeyValue | Object | An Object that is a key value of an object wrapped by an XafInstantFeedbackRecord. |
rowHandle | Nullable<Int32> | A nullable integer value that identifies the data row bound to an XafInstantFeedbackRecord. |
See Also