ComponentOne Xamarin.iOS
GridTabAction Enumeration


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace : GridTabAction Enumeration
Defines constants that specify which action to perform when TAB are pressed.
Syntax
'Declaration
 
Public Enum GridTabAction 
   Inherits System.Enum
'Usage
 
Dim instance As GridTabAction
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.iOS.Grid.GridTabAction

See Also

Reference

C1.iOS.Grid Namespace