This example illustrates how to use custom WPF data editors (ProgressBar and Slider) to display and edit Units On Order column values.
Custom editors are defined in templates:
- The CellDisplayTemplate property defines the template used to display column values.
- The CellEditTemplate property defines the template used to edit cell values.
- Window1.xaml (VB: Window1.xaml)
- Window1.xaml.cs (VB: Window1.xaml.vb)
(you will be redirected to DevExpress.com to submit your response)