MobileForms Toolkit Documentation

Item.ToString Method 

Returns a String that represents the current Object.

public override string ToString();

Return Value

A String that represents the current Object.

Remarks

This method return string tha`t represnt current Item. It is the name of the item. If Item name is empty or null string, it return "Item" string.

See Also

Item Class | Resco.Controls.DetailView Namespace