Property PlaceholderText
| Edit this page View SourcePlaceholderText
Gets or sets the text that is displayed in the data entry field of the control until the value is changed by a user action or some other operation.
Declaration
public string PlaceholderText { get; set; }
Property Value
Type | Description |
---|---|
string | The text that is displayed in the data entry field of the control until the value is changed by a user action or some other operation. The default is an empty string. |