Share via


ExpandableDropDownList.SubsetItems property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property SubsetItems As ListItemCollection
    Get
'Usage
Dim instance As ExpandableDropDownList
Dim value As ListItemCollection

value = instance.SubsetItems
public ListItemCollection SubsetItems { get; }

Property value

Type: System.Web.UI.WebControls.ListItemCollection

See also

Reference

ExpandableDropDownList class

ExpandableDropDownList members

Microsoft.SharePoint.WebControls namespace