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