DataFormItem.HelpText Property
Gets or sets the input prompt string displayed below the edit box. This is a bindable property.
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