ASP.NET Pack Programmer's Guide
DropDownItemCollection Members
Constructors Properties Methods
 


Represents a state managed collection of DropDownItem objects.

The following tables list the members exposed by the DropDownItemCollection type.

 Public Constructors

  Name Description

DropDownItemCollection

Initializes a new instance of the DropDownItemCollection class.

 Public Properties

  Name Description

Item

Gets or sets the element at the specified index. (Inherited from StateCollection.)

Item

Returns the item with the specified id.

 Public Methods

  Name Description

Add

Adds an item to the StateCollection collection. (Inherited from StateCollection.)

Add

StateCollection.Add override.

Contains

Determines whether the StateCollection collection contains a specific value. (Inherited from StateCollection.)

ContainsID

Checks whether the collection contains a DropDownItem with the specified id.

CopyTo

Copies the elements of the StateCollection collection to an array, starting at a particular array index. (Inherited from StateCollection.)

IndexOf

Determines the index of a specified item in the StateCollection collection. (Inherited from StateCollection.)

Insert

Inserts an item into the StateCollection collection at the specified index. (Inherited from StateCollection.)

Remove

Removes the first occurrence of the specified object from the StateCollection collection. (Inherited from StateCollection.)

RemoveAt

Removes the IItemStateManager element at the specified index. (Inherited from StateCollection.)

 Protected Methods

  Name Description

CreateKnownType

StateCollection.CreateKnownType override.

GetKnownTypes

StateManagedCollection.GetKnownTypes override. (Inherited from StateCollection.)

OnInsertComplete

StateManagedCollection.OnInsertComplete override.

SetDirtyObject

StateManagedCollection.SetDirtyObject override. (Inherited from StateCollection.)

 See Also

DropDownItemCollection Class
MindFusion.UI.WebForms Namespace