DataFormItem.ErrorColor Property
Gets or sets the color of the editor’s borders, in-place label, error icon, and error message. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color ErrorColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color that indicates an input error. |
See Also