Skip to main content

EditBaseActualAppearance.ErrorIconColor Property

Gets the color that is applied to the EditBase‘s error icon. To specify this color, use the ErrorIconColor property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color ErrorIconColor { get; }

Property Value

Type Description
Color

The error icon’s color.

See Also