EditBase.PlaceholderText Property
In This Article
Specifies the placeholder text.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public string PlaceholderText { get; set; }
#Property Value
Type | Description |
---|---|
String | Placeholder text |
See Also