Show / Hide Table of Contents

Property PlaceholderText

| Edit this page View Source

PlaceholderText

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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX