MobileForms Toolkit Documentation

ItemComboBox.ValueMember Property

Gets or sets the value member.

public string ValueMember {get; set;}

Property Value

string defining the value member for the combo box item.

Remarks

If you set this property to String.Empty, directly the object in list is used as an item of combobox. Otherwise the [ValueMember] property/field is taken.

See Also

ItemComboBox Class | Resco.Controls.DetailView Namespace