Table of Contents
ChildViews Property

Gets a collection of child DockView object contained in this DockView.

Syntax
 public DockViewCollection ChildViews { get; }
Remarks

Use this property to create nested dock views. See here for more information.

See Also