Text Property (FormatEventArgs)
In This Topic
Gets or sets the string value. The out parameter for the resulting string (in Formatting), or the in parameter for the formatted string (in Formatted).
Syntax
'Declaration
Public Overrides Property Text As String
public override string Text {get; set;}
See Also