MindFusion.UI for WebForms Programmer's Guide

DockControl.Windows Property

See Also
 





Gets the collection of DockWindows for this control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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