MobileForms Toolkit Documentation

ItemCheckBox.ToString Method 

Returns a String that represents the current Item.

public override string ToString();

Return Value

A String that represents the current Item.

Remarks

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

See Also

ItemCheckBox Class | Resco.Controls.DetailView Namespace