MobileForms Toolkit Documentation

Row.BindTo Method 

Creates new Row that is bound to given data.

public static Row BindTo(
object data
);

Parameters

data
Any Object this row binds to.

Return Value

Row bound to given data.

See Also

Row Class | Resco.Controls.SmartGrid Namespace