MobileForms Toolkit Documentation

ItemAdvancedComboBox.Text Property

Gets or sets the string of the Item.

public override string Text {get; set;}

Property Value

The text associated with this Item.

Remarks

The Text property gets or sets only string representation of obejct value of an Item. If you want to get or set object use Value property instead of this.

When you set this property also OnItemChanged event is raised.

See Also

ItemAdvancedComboBox Class | Resco.Controls.DetailView Namespace