ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DateTimeSelector Class / IsTabStop Property

In This Topic
    IsTabStop Property (C1DateTimeSelector)
    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 System.Boolean
    public new System.bool IsTabStop {get; set;}
    See Also