Text Property (EditCollectionControl)
In This Topic
Gets or sets a
System.String value whiuch should be used as a TextBox content. This is a dependency property.
Syntax
'Declaration
Public Property Text As String
public string Text {get; set;}
See Also