DataFormViewActualAppearance.EditorErrorColor Property
Gets the editor’s error color that is applied to the DataFormView. To specify this color, use the EditorErrorColor property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color EditorErrorColor { get; }
Property Value
Type | Description |
---|---|
Color | The editor’s error color. |
See Also