ASP.NET Pack Programmer's Guide
DropDown.Items Property
See Also
 





Gets the collection of items, associated with this control.

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

 Syntax

C#  Copy Code

public DropDownItemCollection Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As DropDownItemCollection

 Property Value

Type: DropDownItemCollection
An instance of the DropDownItemCollection class, containing references to the child items of the control.

 See Also

DropDown Members
DropDown Class
MindFusion.UI.WebForms Namespace