[]
        
(Showing Draft Content)

C1.Android.Grid.GridEnterAction

GridEnterAction Class

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

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

Fields

Name Description
MoveDown

Move the selection to the next row.

None

No special action.

value__