Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TabControl Class / VisibleItems Property

In This Topic
    VisibleItems Property
    In This Topic
    A read-only collection that contains all visible items in the C1TabControl
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VisibleItems As ReadOnlyCollection(Of Object)
    public ReadOnlyCollection<object> VisibleItems {get;}
    See Also