DataFormItem.HelpTextColor Property
Gets or sets the color of help text displayed below the editor. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color HelpTextColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The editor’s help text color. |
See Also