Skip to main content
All docs
V25.1
  • .NET 8.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.v25.1.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