Hi
Ali,
Sorry
for the delay in getting back to you.
You
can set the Background color for your GridTreeControl Header Cell, by
implementing StyleManager.
Code
Snippet:
<syncfusion:GridTreeControl.StyleManager>
<syncfusion:GridTreeStyleManager x:Name="style">
<syncfusion:GridTreeStyleManager.HeaderAppearance>
<syncfusion:TreeHeaderAppearance HeaderBackgroundBrush="Red" HeaderForegroundBrush="White"/>
</syncfusion:GridTreeStyleManager.HeaderAppearance>
</syncfusion:GridTreeStyleManager>
</syncfusion:GridTreeControl.StyleManager>
|
Using
StyleMangaer you can optimize the appearances of the following:
1. CellAppearance
2. ExpanderAppearance
3. HeaderAppearance
4. RowAppearance
To
know more about applying Styles to GridTreeControl using StyleManager,
you may also refer the following link
http://help.syncfusion.com/UG/User%20Interface/WPF/Grid/#!documents/addingstylestoanapplication1.htm
Regards,
Divya.