DataFormTextItemBase.Placeholder Property
Gets or sets the editor’s placeholder text.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string Placeholder { get; set; }
Property Value
| Type | Description |
|---|---|
| String | Placeholder text. |
See Also