Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the SubsetItems property.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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