Placeholder Property (C1TextBox)
In This Topic
Gets or sets the placeholder displayed when there is no entered text.
Syntax
'Declaration
Public Property Placeholder As String
'Usage
Dim instance As C1TextBox
Dim value As String
instance.Placeholder = value
value = instance.Placeholder
public string Placeholder {get; set;}
See Also