Property Text
Text
Sets or gets the text in the TextView.
public string Text { get; set; }
Property Value
Remarks
The TextChanged event is fired whenever this property is set. Note, however, that Text is not set by TextView as the user types.
Sets or gets the text in the TextView.
public string Text { get; set; }
The TextChanged event is fired whenever this property is set. Note, however, that Text is not set by TextView as the user types.