ASP.NET Pack Programmer's Guide
DockControl.Windows Property
See Also
 





Gets the collection of DockWindows for this control.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public DockWindowCollection Windows { get; }

Visual Basic  Copy Code

Public ReadOnly Property Windows As DockWindowCollection

 Property Value

Type: DockWindowCollection
An instance of the DockWindowCollection class, containing references to the child items of the control.

 See Also

DockControl Members
DockControl Class
MindFusion.UI.WebForms Namespace