MindFusion.UI for WebForms Programmer's Guide

DockWindowCollection Class

See Also
 





Represents a StateCollection of DockWindow objects.

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

 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.Web.StateCollection(DockWindow)
            MindFusion.UI.Web.DockWindowCollection

 See Also