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


In This Topic
    CellContentBindingValidationRule Class Members
    In This Topic

    The following tables list the members exposed by CellContentBindingValidationRule.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CellContentBindingValidationRule class specifying the ValidationRule that will be wrapped as a CellValidationRule.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the ValidationRule to be wrapped as a CellValidationRule. (Inherited from Xceed.Wpf.DataGrid.ValidationRules.PassthroughCellValidationRule)
    Top
    Public Methods
     NameDescription
    Public MethodValidates the specified value using the provided information. (Inherited from Xceed.Wpf.DataGrid.ValidationRules.PassthroughCellValidationRule)
    Top
    See Also