ComponentOne Xamarin Edition
GridTabAction Enumeration
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace : GridTabAction Enumeration
Defines constants that specify which action to perform when TAB are pressed.
Syntax
public enum GridTabAction : System.Enum 
Members
MemberDescription
Cycle Move the selection to the next column, then wrap to the next row, then out of the control.
None No special action.
Inheritance Hierarchy

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

See Also

Reference

C1.Xamarin.Forms.Grid Namespace