Skip to main content

DataFormView.EditorErrorColor Property

Gets or sets the color of editor borders, in-place labels, error icons, and error messages if there are input errors. This is a bindable property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color EditorErrorColor { get; set; }

Property Value

Type Description
Color

The color that indicates an input error.

See Also