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