MobileForms Toolkit Documentation

ItemComboBox.DisplayMember Property

Gets or sets the display member.

public string DisplayMember {get; set;}

Property Value

string defining the display member for the combo box item.

Remarks

If you set this property to String.Empty, the ValueMember converted to string is displayed. Otherwise the [DisplayMember] property/field is displayed.

See Also

ItemComboBox Class | Resco.Controls.DetailView Namespace