Articles in this section

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

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)
Access denied
Access denied