MobileForms Toolkit Documentation

ItemLink Class

ItemClick is the item used for external value input.

For a list of all members of this type, see ItemLink Members.

System.Object
   Resco.Controls.DetailView.Item
      Resco.Controls.DetailView.ItemTextBox
         Resco.Controls.DetailView.ItemLink

public class ItemLink : ItemTextBox

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

ItemLink is displaying the Text and [...] button to external editing of the value. Use the ItemClick event to handle the click on the link button and display the editing control/form.

DataMember is bind to Value. You have to update the Text manually in ItemValidating event to display text depends on the value.

Requirements

Namespace: Resco.Controls.DetailView

Assembly: Resco.DetailView.CF3 (in Resco.DetailView.CF3.dll)

See Also

ItemLink Members | Resco.Controls.DetailView Namespace