EditBaseActualAppearance.ErrorColor Property
Gets the color of the edit box’s borders, label, error icon, and error message that is applied to the EditBase when it is disabled. To specify this color, use the ErrorColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color ErrorColor { get; }
Property Value
Type | Description |
---|---|
Color | The color of the edit box’s borders, label, error icon, and error message. |
See Also