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
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
-
# How to change the cell background based on the cell value in WinForms DataGrid(SfDataGrid)?
1
+
# How to Change the Cell Background Based on the Cell Value in WinForms DataGrid?
2
2
3
-
## About the sample
4
-
This example illustrates how to change the cell background based on the cell value in WinForms DataGrid(SfDataGrid)?
3
+
This example illustrates how to change the cell background based on the cell value in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid).
5
4
6
-
You can apply the background color for cell based on cell value can be achieve by using SfDataGrid.QueryCellStyle event.
5
+
You can apply the background color for cell based on cell value can be achieve by using [SfDataGrid.QueryCellStyle](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.SfDataGrid.html#Syncfusion_WinForms_DataGrid_SfDataGrid_QueryCellStyle) event.
0 commit comments