[]
        
(Showing Draft Content)

C1.Android.Grid.GridTabAction

GridTabAction Class

Defines constants that specify which action to perform when Tab key is pressed.

Inheritance
GridTabAction
Namespace: C1.Android.Grid
Assembly: C1.Android.Grid.dll
Syntax
public sealed class GridTabAction : Enum

Fields

Name Description
Cycle

Move the selection to the next column, then wrap to the next row, then out of the control.

None

No special action.

value__