Browse by Tags
All Tags » DataGridControl » TitleTemplate (RSS)
-
How do I change the font color and background color of a column header?
I tried this but it doesn't seem to change the color as desired. Thanks for your help!
Mark
<DataTemplate x:Key=''CellTitleTemplate''>
<TextBlock Text=''{Binding}'' Background=''Black'' ...
|
|
|
|