DataErrorInfoValidationResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The DataErrorInfoValidationResult supports reporting validation result data needed for the IDataErrorInfo interface.
public ref class DataErrorInfoValidationResult : System::Windows::Controls::ValidationResult
public class DataErrorInfoValidationResult : System.Windows.Controls.ValidationResult
type DataErrorInfoValidationResult = class
inherit ValidationResult
Public Class DataErrorInfoValidationResult
Inherits ValidationResult
- Inheritance
-
DataErrorInfoValidationResult
Constructors
DataErrorInfoValidationResult(Boolean, Object, String) |
Initializes a new instance of the DataErrorInfoValidationResult class. |
Properties
ErrorMessage |
Gets a value used to communicate what the error is. |
IsUserVisible |
Gets a value indicating whether the error should be presented to the user. |
ValidResult |
Geta an instance of DataErrorInfoValidationResult that corresponds to a valid result. |