Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 3.26 KB

File metadata and controls

40 lines (28 loc) · 3.26 KB

WPF LookUpEdit - Customize the Embedded Data Grid

This example illustrates how to customize the GridControl displayed within the DevExpress WPF LookUpEdit's popup window.

  1. Set the LookUpEdit.AutoPopulateColumns property to false.
  2. Use the PopupBaseEdit.PopupContentTemplate property to specify a custom GridControl.
  3. Set the GridControl's name to PART_GridControl.

image

Files to Look at

Documentation

More Examples

Does this example address your development requirements/objectives?

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