ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockControl Class / NestedItems Property

In This Topic
    NestedItems Property (C1DockControl)
    In This Topic
    Gets all C1DockTabControl instances that are children of the C1DockControl or a C1DockGroup.
    Syntax
    'Declaration
     
    Public ReadOnly Property NestedItems As IEnumerable(Of C1DockTabControl)
    public IEnumerable<C1DockTabControl> NestedItems {get;}
    Remarks
    This convenience property saves the user from recursively traversing the Items collections herself.
    See Also