diff --git a/README.md b/README.md index b44d8a5..4cb9e30 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# How to add icon on specific row header of WPF DataGrid(SfDataGrid)? +# How to Add Icon on Specific Row Header of WPF DataGrid? -## About the sample +This sample illustrated that how to add icon on specific row header of [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid). -This sample illustrated that how to add icon on specific row header of [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid). +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). -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). +#### XAML -```xaml +```xml