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
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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?
2
2
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).
4
4
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`.
8
6
9
7
```xml
10
8
<Window.Resources>
@@ -185,7 +183,4 @@ You can change the duration of the validation error tooltip by changing the dura
185
183
</Window.Resources>
186
184
```
187
185
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
+

0 commit comments