ASP.NET Pack Programmer's Guide
DockWindowCollection Class
See Also
 





Represents a StateCollection of DockWindow objects.

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

 Syntax

C#  Copy Code

public sealed class DockWindowCollection : StateCollection<DockWindow>

Visual Basic  Copy Code

Public NotInheritable Class DockWindowCollection
    Inherits StateCollection(Of DockWindow)

 Inheritance Hierarchy

System.Object
    System.Web.UI.StateManagedCollection
        MindFusion.UI.WebForms.StateCollection(DockWindow)
            MindFusion.UI.WebForms.DockWindowCollection

 See Also

DockWindowCollection Members
MindFusion.UI.WebForms Namespace