Skip to content

Commit 32a97f9

Browse files
Add changes after review (fresh eye)
1 parent 877f16e commit 32a97f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77

88
# WPF Editors - Indicate Errors and Warnings by Implementing IDataErrorInfo
99

10-
This example validates the input field and displays error indicators in DevExpress editors. The solution implements the standard `IDataErrorInfo` interface and uses a custom `ErrorControl` style to display different icons and messages for errors, warnings, and informational notes.
11-
12-
Users can see visual indicators (error, warning, information) directly in the editor. Each indicator includes a descriptive message that helps users quickly fix input mistakes.
10+
This example validates input in a WPF [`TextEdit`](https://docs.devexpress.com/WPF/DevExpress.Xpf.Editors.TextEdit) and displays a warning if validation fails. It implements the standard `IDataErrorInfo` interface and applies a custom `ErrorControl` style to display icons (error, warning, information) along with descriptive messages to help users quickly correct input errors.
1311

1412
![Indicate Errors and Warnings by Implementing IDataErrorInfo](./Images/validation.jpg)
1513

0 commit comments

Comments
 (0)