MobileForms Toolkit Documentation

DetailView.CurrentRow Property

Gets the current DataRow the control is bound to.

public System.Data.DataRow CurrentRow {get;}

Property Value

The current DataRow the control is bound to, or a null reference.

Remarks

CurrentRow is valid only if the DetailView is bound to DataTable or DataView.

See Also

DetailView Class | Resco.Controls.DetailView Namespace