Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Grid Assembly / C1.Xamarin.Forms.Grid Namespace / DetailProviderRowHeaderCell Class / IsTabStop Property


In This Topic
    IsTabStop Property (DetailProviderRowHeaderCell)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property IsTabStop As Boolean
    'Usage
     
    
    Dim instance As DetailProviderRowHeaderCell
    Dim value As Boolean
     
    instance.IsTabStop = value
     
    value = instance.IsTabStop
    public bool IsTabStop {get; set;}
    See Also