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