You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# How to add icon on specific row header of WPF DataGrid(SfDataGrid)?
1
+
# How to Add Icon on Specific Row Header of WPF DataGrid?
2
2
3
-
## About the sample
3
+
This sample illustrated that how to add icon on specific row header of [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid).
4
4
5
-
This sample illustrated that how to add icon on specific row header of [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid).
5
+
The `DataGrid` does not provide the direct support to add an image in RowHeader cells. But you can add an image in the RowHeader cell by customizing the [Syncfusion:GridRowHeaderCell](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridRowHeaderCell.html).
6
6
7
-
The [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid) does not provide the direct support to add an image in RowHeader cells. But you can add an image in the RowHeader cell by customizing the [Syncfusion:GridRowHeaderCell](https://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfGrid.WPF~Syncfusion.UI.Xaml.Grid.GridRowHeaderCell.html).
@@ -27,6 +27,8 @@ The [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataG
27
27
</Window.Resources>
28
28
```
29
29
30
+
#### C#
31
+
30
32
```C#
31
33
foreach(varrecordindatagrid.View.Records)
32
34
{
@@ -38,9 +40,4 @@ foreach(var record in datagrid.View.Records)
38
40
}
39
41
}
40
42
```
41
-

42
-
43
-
KB article - [How to add icon on specific row header of WPF DataGrid(SfDataGrid)?](https://www.syncfusion.com/kb/11769/how-to-add-icon-on-specific-row-header-of-wpf-datagrid-sfdatagrid)
44
-
45
-
## Requirements to run the demo
46
-
Visual Studio 2015 and above versions
43
+

0 commit comments