MobileListViewIterator.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.Portal.MobileControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property Format As SPMobileListViewIteratorFormat
Get
Set
'Usage
Dim instance As MobileListViewIterator
Dim value As SPMobileListViewIteratorFormat
value = instance.Format
instance.Format = value
public SPMobileListViewIteratorFormat Format { get; set; }
Property Value
Type: Microsoft.SharePoint.MobileControls.SPMobileListViewIteratorFormat
The format that indicates whether the list of mobile views is rendered as a simple list or as a drop-down list control.