TabControl for WPF | ComponentOne
C1.WPF.TabControl 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