Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.ValidationRules Namespace / EventCellValidationRule Class
Methods Events


In This Topic
    EventCellValidationRule Class Members
    In This Topic

    The following tables list the members exposed by EventCellValidationRule.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the EventCellValidationRule class.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Validates the specified value using the provided information.  
    Top
    Public Events
     NameDescription
    Public EventRaised after the Validate method to provide additional validation, or, if no validation has been provided in the Validate method, to validate cell content.  
    Top
    See Also