Skip to content

DevExpress-Examples/how-to-display-custom-text-within-dxgrid-cells-e2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WPF Data Grid - How to display custom text within data cells

This example shows how to display custom text in data cells. In this example, the GridControl adds the (SALE) string to the Product Name if a value in the Discount column is greater than 20.

Files to Look At

Code Behind Technique

MVVM Technique

Documentation

More Examples