Skip to content

Commit ef0cff1

Browse files
authored
Update treeview-capture-tab-keypress-kb.md
1 parent 4bed45e commit ef0cff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/treeview-capture-tab-keypress-kb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ When a node is selected in the RadTreeView control and the Tab key is pressed, i
1616

1717
|Product Version|Product|Author|
1818
|----|----|----|
19-
|2025.1.211|RadGridView for WinForms|[Dinko Krastev](https://www.telerik.com/blogs/author/dinko-krastev)|
19+
|2025.1.211|RadTreeView for WinForms|[Dinko Krastev](https://www.telerik.com/blogs/author/dinko-krastev)|
2020

2121
## Solution
2222
To handle the Tab keypress in RadTreeView, create a custom class that inherits from `RadTreeView` and override the `IsInputKey` method. This method checks if the pressed key is the Tab key and allows you to perform a specific action if it is.

0 commit comments

Comments
 (0)