SPMobileListViewIterator.ListViewSelectionListControl Property
Gets an object that contains a list of mobile views from which the user can choose.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ListViewSelectionListControl As SelectionList
Get
'Usage
Dim instance As SPMobileListViewIterator
Dim value As SelectionList
value = instance.ListViewSelectionListControl
public SelectionList ListViewSelectionListControl { get; }
Property Value
Type: System.Web.UI.MobileControls.SelectionList
A SelectionList that contains list of mobile views from which the user can choose.
See Also
Reference
SPMobileListViewIterator Class