| Visual Basic (Declaration) | |
|---|---|
Public Property Text As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string Text {get; set;} | |
Return Value
String value that represents the text to be rendered in the control.| C# | Copy Code |
|---|---|
private void detail_Format(object
sender, System.EventArgs eArgs) | |
| Visual Basic | Copy Code |
|---|---|
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format | |
Use the Value property to modify the control's content, the Value will be formatted using OutputFormat into the Text property.