[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.KeyActionTab

KeyActionTab Property

KeyActionTab

Gets or sets the action to be performed when the user presses the TAB key.

Declaration
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 None, the grid will trap the TAB key and use it for navigating cells.