[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.TabActionEnum

TabActionEnum Enum

Specifies how focus is handled when the Tab key is entered.

Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.4.8.dll
Syntax
public enum TabActionEnum

Fields

Name Description
ColumnNavigation

The tab key moves the current cell to the next or previous column. However, if this action would cause the current row to change, then the next or previous control on the form receives focus.

ControlNavigation

The tab key moves to the next or previous control on the form.

GridNavigation

The tab key moves the current cell to the next or previous column. The behavior of the tab key at row boundaries is determined by the WrapCellPointer property. When this setting is used, the tab key never results in movement to another control.