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