DataFormDisplayOptionsAttribute.HelpText Property
In This Article
Specifies the input prompt string displayed below the edit box.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public string HelpText { get; set; }
#Property Value
Type | Description |
---|---|
String | Help text. |
See Also