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

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

Creates a new instance of the XafInstantFeedbackRecord class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

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

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