MindFusion.UI for WebForms Programmer's Guide

StateCollection(T) Class

See Also
 





Represents a generic StateManagedCollection.

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

 Syntax

C#  Copy Code

public class StateCollection<T> : StateManagedCollection where T : IItemStateManager

Visual Basic  Copy Code

Public Class StateCollection(Of T As IItemStateManager)
    Inherits StateManagedCollection

 Inheritance Hierarchy

System.Object
    System.Web.UI.StateManagedCollection
        MindFusion.UI.Web.StateCollection(T)
            MindFusion.UI.Web.AccordionItemCollection
            MindFusion.UI.Web.DockWindowCollection
            MindFusion.UI.Web.MenuItemCollection
            MindFusion.UI.Web.RatingItemCollection
            MindFusion.UI.Web.TabCollection
            MindFusion.UI.Web.WindowCollection

 See Also