PlaceHolder Property (InputEditorViewBase)
In This Topic
Gets or sets the textual place holder, that is displayed by
C1.Win.Input.C1TextBox to prompt the user for information.
Syntax
'Declaration
Public Property PlaceHolder As String
public string PlaceHolder {get; set;}
See Also