Share via


DataErrorInfoValidationResult Class

Definition

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.

Applies to