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