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