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