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

Namespace:  C1.Silverlight.Docking
Assembly:  C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)

Syntax

C#
public IEnumerable<C1DockTabControl> NestedItems { get; }
Visual Basic
Public ReadOnly Property NestedItems As IEnumerable(Of C1DockTabControl)
	Get

Remarks

This convenience property saves the user from recursively traversing the [P:Items] collections herself.

See Also