Xceed DataGrid for WPF v7.2 Documentation
Xceed.Wpf.DataGrid.FilterCriteria Namespace
Inheritance Hierarchy
Xceed.Wpf.DataGrid Assembly : Xceed.Wpf.DataGrid.FilterCriteria Namespace
The Xceed.Wpf.DataGrid.FilterCriteria namespace regroups the filter criterion classes.
Classes
 ClassDescription
ClassClass that represents the conditional "AND" operator and filters items as to include only those that include both of the specified values.
ClassClass that represents the "contains" filter criterion and filters items as to include only those that contain the specified value.
ClassClass that represents the different than operator and filters items as to include only those that are different than the specified value.
ClassClass that represents the "Ends With" filter criterion and filters items to include only those that end with the specified value.
ClassClass that represents the equality operator and filters items as to include only those that are equal to the specified value.
ClassBase class for all filter criterion.
ClassClass that represents the greater than operator and filters items as to include only those that are greater than the specified value.
ClassClass that represents the greater than or equal to operator and filters items as to include only those that are greater than or equal to the specified value.
ClassClass that represents the less than operator and filters items as to include only those that are less than the specified value.
ClassClass that represents the less than or equal to operator and filters items as to include only those that are less than or equal to the specified value.
ClassClass that represents the "NOT" operator and filters items as to include only those that are not equal to the specified value.
ClassClass that represents the conditional "OR" operator and filters items as to include only those that include one or both of the specified values.
ClassBase class for relation filter criterion from which the AndFilterCriterion, NotFilterCriterion, and OrFilterCriterion classes derive.
ClassClass that represents the "Starts With" filter criterion and filters items to include only those that start with the specified value.
See Also

Reference

Xceed.Wpf.DataGrid Assembly