DataFormItem.HelpText Property
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
public string HelpText { get; set; }
Property Value
Type | Description |
---|---|
String | Help text. |
See Also