ExpandableDropDownList.Items Property
Gets the Items property.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property Items As ListItemCollection
Get
'Usage
Dim instance As ExpandableDropDownList
Dim value As ListItemCollection
value = instance.Items
public ListItemCollection Items { get; }
Property Value
Type: System.Web.UI.WebControls.ListItemCollection