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