Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / RowValidationError Class
Properties


In This Topic
    RowValidationError Class Members
    In This Topic

    The following tables list the members exposed by RowValidationError.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RowValidationError class specifying various information on the validation rule that caused the caused the value to fail the validation process.  
    Top
    Public Properties
     NameDescription
    Public Property

    Gets an object containing the error content.

     
    Public Property

    Gets the exception that was raised when the value failed the binding-level validation process.

     
    Public Property

    Gets the row whose value(s) failed the binding-level validation process.

     
    Public Property

    Gets the validation rule that caused the value to fail the binding-level validation process.

     
    Top
    See Also