MobileForms Toolkit Documentation

DetailView.CurrentTable Property

Gets the current DataTable the control is bound to.

public System.Data.DataTable CurrentTable {get;}

Property Value

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

Remarks

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

See Also

DetailView Class | Resco.Controls.DetailView Namespace