SPMobileListViewIterator.Format Property
Gets or sets a value that indicates whether a list is rendered as a simple list or as a drop-down list control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Format As SPMobileListViewIteratorFormat
Get
Set
'Usage
Dim instance As SPMobileListViewIterator
Dim value As SPMobileListViewIteratorFormat
value = instance.Format
instance.Format = value
public SPMobileListViewIteratorFormat Format { get; set; }
Property Value
Type: Microsoft.SharePoint.MobileControls.SPMobileListViewIteratorFormat
A SPMobileListViewIteratorFormat that indicates whether the list of mobile views is a drop-down list or a simple list.
See Also
Reference
SPMobileListViewIterator Class