Skip to content

Commit af86102

Browse files
ES-999593 - Resolved the ReadMe file changes in the sample repository
1 parent 27e5aa5 commit af86102

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

DataGridShowingToolTip.gif

67.4 KB
Loading

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# How to set duration for validation ToolTip in WPF DataGrid (SfDataGrid)?  
1+
# How to Set Duration for Validation ToolTip in WPF DataGrid?
22

3-
This sample show cases how to set duration for validation ToolTip in [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid)?
3+
This sample show cases how to set duration for validation ToolTip in [WPF DataGrid](https://www.syncfusion.com/wpf-controls/datagrid) (SfDataGrid).
44

5-
# About the sample
6-
7-
You can change the duration of the validation error tooltip by changing the duration in the [ToolTipService.ShowDuration](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.tooltipservice.showduration?view=netframework-4.7.2) of the [GridCell](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridCell.html) style in [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid).
5+
You can change the duration of the validation error tooltip by changing the duration in the `ToolTipService.ShowDuration` of the [GridCell](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridCell.html) style in `DataGrid`.
86

97
```xml
108
<Window.Resources>
@@ -185,7 +183,4 @@ You can change the duration of the validation error tooltip by changing the dura
185183
</Window.Resources>
186184
```
187185

188-
KB article - [How to set duration for validation ToolTip in WPF DataGrid (SfDataGrid)?](https://www.syncfusion.com/kb/11890/how-to-set-duration-for-validation-tooltip-in-wpf-datagrid-sfdatagrid)
189-
190-
## Requirements to run the demo
191-
Visual Studio 2015 and above versions
186+
![DataGrid showing ToolTip with modified duration](DataGridShowingToolTip.gif)

0 commit comments

Comments
 (0)