WebPartMobileWebPagePanel class

A container class, which holds mobile webcontrols added via web part mobile rendering adapters.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.Panel
        Microsoft.SharePoint.WebPartPages.WebPartMobileWebPagePanel

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class WebPartMobileWebPagePanel _
    Inherits Panel
'Usage
Dim instance As WebPartMobileWebPagePanel
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class WebPartMobileWebPagePanel : Panel

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WebPartMobileWebPagePanel members

Microsoft.SharePoint.WebPartPages namespace