Skip to content

Commit 5d83dbe

Browse files
How to change the image in GridImageColumn after mouse hover in WinForms DataGrid (SfDataGrid)?
How to change the image in GridImageColumn after mouse hover in WinForms DataGrid (SfDataGrid)?
1 parent a6d8dbe commit 5d83dbe

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# how-to-change-the-image-in-gridimagecolumn-after-mouse-hover-in-winforms-datagrid
1+
# How to change the image in GridImageColumn after mouse hover in WinForms DataGrid (SfDataGrid)?
22

33
## About the sample.
44
This sample illustrates that how to change the image in gridimagecolumn after mouse hover in winforms datagrid.
@@ -28,7 +28,10 @@ private void SfDataGrid1_ToolTipOpening(object sender, ToolTipOpeningEventArgs e
2828
}
2929
}
3030
```
31+
32+
33+
![Image in tooltip](Image%20in%20tooltip.png)
34+
3135
## Requirements to run the demo
3236
Visual Studio 2015 and above versions
3337

34-
![Image in tooltip](Image%20in%20tooltip.png)

0 commit comments

Comments
 (0)