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