ComponentOne DockControl for WPF and Silverlight
NestedItems Property

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

Reference

C1DockControl Class
C1DockControl Members