MobileForms Toolkit Documentation

Item.SetValue Method 

Sets the value for the Item.

protected virtual void SetValue(
object value,
bool validated
);

Parameters

value
New value.
validated
true if the value should be validated, false otherwise.

Remarks

If the text is not validated, calls the validating event and sets also the value for the item.

See Also

Item Class | Resco.Controls.DetailView Namespace