C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridTabAction Enumeration


GridTabAction Enumeration
Defines constants that specify which action to perform when Tab key is pressed.
Syntax
'Declaration
 
Public Enum GridTabAction 
   Inherits System.Enum
 
'Usage
 
Dim instance As GridTabAction
Members
MemberDescription
CycleMove the selection to the next column, then wrap to the next row, then out of the control.
NoneNo special action.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Grid.GridTabAction

See Also