Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TimeSelector Class / IsTabStop Property

In This Topic
    IsTabStop Property (C1TimeSelector)
    In This Topic
    Gets or sets a value that indicates whether a control is included in tab navigation.
    Syntax
    'Declaration
     
    
    Public Shadows Property IsTabStop As Boolean
    public new bool IsTabStop {get; set;}
    See Also