Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / CellValidationError Class
Properties


In This Topic
    CellValidationError Class Members
    In This Topic

    The following tables list the members exposed by CellValidationError.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CellValidationError class specifying various information on the validation rule that caused the caused the value to fail the validation process.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the cell whose value failed the UI-level validation process.  
    Public PropertyGets an object containing the error content.  
    Public PropertyGets the exception that was raised when the value failed the UI-level validation process.  
    Public PropertyGets the CellValidationRule that caused the value to fail the UI-level validation process.  
    Top
    See Also