DataFormDisplayOptionsAttribute.HelpText Property
Specifies the input prompt string displayed below the edit box.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string HelpText { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The help text. |
See Also