ComponentOne FlexGrid for WinForms
KeyActionTab Property

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : KeyActionTab Property
Gets or sets the action to be performed when the user presses the TAB key.
Syntax
'Declaration
 
Public Property KeyActionTab As KeyActionEnum
public KeyActionEnum KeyActionTab {get; set;}
Remarks
By default, the grid will ignore the TAB key and it will be handled by the form, moving the focus to the next control in the tab order. If you set the KeyActionTab property to a value other than KeyActionEnum.None, the grid will trap the TAB key and use it for navigating cells.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members