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





Represents a state managed collection of DropDownItem objects.

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

 Syntax

C#  Copy Code

public sealed class DropDownItemCollection : StateCollection<DropDownItem>

Visual Basic  Copy Code

Public NotInheritable Class DropDownItemCollection
    Inherits StateCollection(Of DropDownItem)

 Inheritance Hierarchy

System.Object
    System.Web.UI.StateManagedCollection
        MindFusion.UI.WebForms.StateCollection(DropDownItem)
            MindFusion.UI.WebForms.DropDownItemCollection

 See Also

DropDownItemCollection Members
MindFusion.UI.WebForms Namespace