MobileForms Toolkit Documentation

Item.Value Property

Gets or sets the object of the Item.

public virtual object Value {get; set;}

Property Value

The object associated with this Item.

Remarks

This property return Object for more complexy Items such as ItemComboBox which can handle objects.

When you set this property also OnItemChanged event is raised.

See Also

Item Class | Resco.Controls.DetailView Namespace