# Editor.LineEdit.PlaceholderText

```csharp
string PlaceholderText { get; set; }
```

The placeholder text, it will be displayed only when the text entry is empty.
Typically used to as a short description of the expected input, or as an example input.

Declared in [Editor.LineEdit](/api/Editor.LineEdit).
Assembly: `Sandbox.Tools`.
