Placeholder Property (C1TextBox)
In This Topic
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