Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1MaskedEntry Class / TabIndex Property


In This Topic
    TabIndex Property (C1MaskedEntry)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property TabIndex As Integer
    'Usage
     
    
    Dim instance As C1MaskedEntry
    Dim value As Integer
     
    instance.TabIndex = value
     
    value = instance.TabIndex
    public int TabIndex {get; set;}
    See Also