Xceed.Wpf.DataGrid.ValidationRules Namespace
See Also  Inheritance Hierarchy
Xceed.Wpf.DataGrid Assembly : Xceed.Wpf.DataGrid.ValidationRules Namespace
The Xceed.Wpf.DataGrid.ValidationRules namespace regroups all the validation rule classes.

Classes

ClassDescription
CellValidationRule Represents a rule that validates cell content.
EventCellValidationRule Represents a rule that validates cell content through its Validating event.
PassthroughCellValidationRule Represents a pass-through CellValidationRule, wrapping a multi-purpose ValidationRule to expose it as a CellValidationRule
SourceDataConverterValidationRule Represents a validation rule that validates type conversion of values to and from a source.

See Also