Skip to main content
All docs
V19.1

XafInstantFeedbackRecord.RowHandle Property

Gets a value that identifies the data row bound to an XafInstantFeedbackRecord.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public int? RowHandle { get; }

Property Value

Type Description
Nullable<Int32>

A nullable integer value that identifies the data row bound to an XafInstantFeedbackRecord.

See Also