Skip to main content

DataFormDisplayOptionsAttribute.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

C#
public string HelpText { get; set; }

#Property Value

Type Description
String

Help text.

See Also