DataFormViewActualAppearance.EditorHelpTextColor Property
Gets the editor’s help text color that is applied to the DataFormView. To specify this color, use the EditorErrorColor property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color EditorHelpTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The editor’s help text color. |
See Also