Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 3.38 KB

File metadata and controls

39 lines (26 loc) · 3.38 KB

WPF LookUpEdit - Filter by Multiple Columns

This example allows users to filter the LookUpEdit's data by multiple columns.

image

To filter by multiple columns when a user types directly in the edit box, handle the LookUpEditBase.SubstituteDisplayFilter event. In the event handler, create criteria operators for the required columns, use the GroupOperator to combine the created operators, and assign this operator to the DisplayFilter property.

The alternative way to search by multiple columns in the LookUpEdit is to use the SearchLookUpEditStyleSettings class, as demonstrated in the following article: Create a SearchLookUpEdit and Bind it to Data.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)