MobileForms Toolkit Documentation

Item.ErrorMessage Property

Gets or sets the error message on Item.

public string ErrorMessage {get; set;}

Property Value

Error message string.

Remarks

Use this property to set error message, when user made wrong input on Item. For Example: If you want to input only numbers into to ItemTextBox, then when OnItemChanged event is raised, you chcek the value of the item and if it is wrong, you can set ErrorMessage which describe error.

If you want to clear ErrorMessage, set this property to null or empty string ("").

See Also

Item Class | Resco.Controls.DetailView Namespace