Skip to main content
All docs
V23.2
.NET 6.0+

XafInstantFeedbackRecord(Type, Object, Nullable<Int32>, Boolean) Constructor

Initializes a new instance of the XafInstantFeedbackRecord class with specified settings.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public XafInstantFeedbackRecord(
    Type objectType,
    object objectKeyValue,
    int? rowHandle,
    bool isDataViewMode
)

Parameters

Name Type
objectType Type
objectKeyValue Object
rowHandle Nullable<Int32>
isDataViewMode Boolean
See Also