DataFormView.EditorErrorColor Property
Specifies the color of editor borders, in-place labels, error icons, and error messages if there are input errors.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Color EditorErrorColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color that indicates an input error. |
See Also