MobileForms Toolkit Documentation

AdvancedComboBox.GetItemText Method 

Returns the text representation of the specified item.

public string GetItemText(
object item
);

Return Value

If the DisplayMember property is not specified, the value returned by GetItemText is the value of the item's ToString method. Otherwise, the method returns the string value of the member specified in the DisplayMember property for the object specified in the item parameter.

Remarks

Returns the text representation of the specified item.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace | DisplayMember