Skip to content

Commit 63322a6

Browse files
Update README.md
1 parent 6fb4606 commit 63322a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# WPF GridControl ToolTip
22

3-
This repository contains the sample which shows add or remove the tooltip to a specific cell or row or column in [WPF GridControl](https://help.syncfusion.com/wpf/gridcontrol/overview).
3+
This repository contains the sample which shows add or remove the tooltip to a specific cell or row or column in [WPF GridControl](https://www.syncfusion.com/wpf-controls/excel-like-grid).
44

55
### ToolTip for row and column
66

@@ -145,4 +145,4 @@ The `ResetValue` method is used to remove the ToolTip for any cell or row or col
145145

146146
``` csharp
147147
gridcontrol.Model[1, 1].ResetValue(GridStyleInfoStore.ToolTipProperty);
148-
```
148+
```

0 commit comments

Comments
 (0)