Skip to content

DevExpress-Examples/wpf-data-grid-implement-custom-filtering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - How to Apply a Custom Filter Condition

This example demonstrates how to apply a custom filter condition in the GridControl.

If you want to maintain a clean MVVM pattern and specify custom filter operations in a ViewModel, create a command and bind it to the GridControl.CustomRowFilterCommand property.

Files to Look At

Code Behind Technique

MVVM Technique

Documentation

More Examples