Articles in this section
Category / Section

How to restrict tab key in WinForms GridGroupingControl?

1 min read

Restrict the tab key

To restrict the Tab key in your application, you can use the WantTabKey property value as false. It will restrict the tab key option in your application.

C#

this.gridGroupingControl1.WantTabKey = false; 

VB

Me.gridGroupingControl1.WantTabKey = False

Samples:

C#: Tab_Key_CS

VB: Tab_Key_VB

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied