[]
        
(Showing Draft Content)

C1.WPF.Docking.C1DockControl.NestedItems

NestedItems Property

NestedItems

Gets all C1DockTabControl instances that are children of the C1DockControl or a C1DockGroup.

Declaration
public IEnumerable<C1DockTabControl> NestedItems { get; }
Remarks

This convenience property saves the user from recursively traversing the Items collections herself.