SP.View.mobileView Property
Applies to: SharePoint Foundation 2010
Gets or sets a value that specifies whether the list view is a mobile list view.
var value = SP.View.get_mobileView();
SP.View.set_mobileView(value);
Property Value
Type: Boolean
Applies To
Exceptions
- [Microsoft.SharePoint.SPException]
List view is a personal view, or ViewType is not "HTML", "CALENDAR", or "RECURRENCE". Error code: -2146232832.