Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / GridGroupRowCell Class / TabIndexDefaultValueCreator Method


In This Topic
    TabIndexDefaultValueCreator Method (GridGroupRowCell)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function TabIndexDefaultValueCreator() As Integer
    'Usage
     
    
    Dim instance As GridGroupRowCell
    Dim value As Integer
     
    value = instance.TabIndexDefaultValueCreator()
    protected virtual int TabIndexDefaultValueCreator()
    See Also