DataFormItem.HelpTextColor Property
Specifies the color of help text displayed below the editor.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Color HelpTextColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The editor’s help text color. |
See Also