Skip to main content
A newer version of this page is available.
All docs
V18.2

XafInstantFeedbackRecord.RowHandle Property

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.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