Skip to content

Implement cascading LookUpEdit controls using DevExpress MVVM framework

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-mvvm-cascading-lookups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms MVVM - Cascading Lookup Editors

A lookup editor can filter items in its dropdown based on a value in another lookup. This example utilizes the Model-View-ViewModel design pattern to implement cascading LookUpEdit controls. The example binds a child LookUpEdit data source to a collection in a view model that returns a list of business objects depending on a selected object in the master lookup.

Read the following KB article for additional information: MVVM - How to implement cascading LookUpEdits.

Files to Review

Documentation