Share via


MobileListViewIterator.ListViewSelectionListControl Property

Gets an object that contains a list of mobile views from which the user can choose.

Namespace:  Microsoft.SharePoint.Portal.MobileControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public ReadOnly Property ListViewSelectionListControl As SelectionList
    Get
'Usage
Dim instance As MobileListViewIterator
Dim value As SelectionList

value = instance.ListViewSelectionListControl
public SelectionList ListViewSelectionListControl { get; }

Property Value

Type: System.Web.UI.MobileControls.SelectionList
A list of mobile views from which the user can choose.

See Also

Reference

MobileListViewIterator Class

MobileListViewIterator Members

Microsoft.SharePoint.Portal.MobileControls Namespace