C1.Win.FlexGrid Namespace / C1FlexGrid Class / KeyActionTab Property

In This Topic
KeyActionTab Property (C1FlexGrid)
In This Topic
Gets or sets the action to be performed when the user presses the TAB key.
Syntax
'Declaration
 
Public Property KeyActionTab As KeyActionEnum
 
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 C1FlexGridBase.KeyActionTab property to a value other than KeyActionEnum.None, the grid will trap the TAB key and use it for navigating cells.
See Also