MobileForms Toolkit Documentation

ItemComboBox.Value Property

Gets or sets the object of the Item.

public override 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

ItemComboBox Class | Resco.Controls.DetailView Namespace