Skip to content

DevExpress-Examples/wpf-lookupedit-display-treelist-as-popup-content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF LookUpEdit - Display a TreeList as Popup Content

This example displays hierarchical data in the LookUpEdit's popup.

  1. Use the PopupBaseEdit.PopupContentTemplate property to specify a custom GridControl.
  2. Assign an instance of the TreeListView class to the GridControl.View property.
  3. Set the GridControl's name to PART_GridControl.

image

Files to Look At

Documentation

More Examples