Articles in this section
Category / Section

How to disable the Tab key focus from grid in WinForms GridControl?

1 min read

Focus the tab key

In order to release the focus of the Tab key in the grid, the WantTabKey property can be used. By default, WantTabKey property is used to move the focus from one control to another control in form.

C#

this.gridControl1.WantTabKey = false;

 

VB

Me.gridControl1.WantTabKey = False

 

Samples:

C#: HandleTabKey_CS

VB: HandleTabKey_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