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