property Grid.UseTabKey as Boolean
Retrieves or sets a value indicating whether the control uses tab key for changing the searching column.

TypeDescription
Boolean A boolean expression indicating whether the control uses tab key for changing the searching column.

By default, the UseTabKey property is True. The UseTabKey property specifies whether the control uses the TAB key to change the searching column. If the UseTabKey property is False, the TAB key is used to navigate through the form's controls. Use the SearchColumnIndex property to specify the index of the searching column.