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