WebPartMobileAdapter.Controls Property
Gets a collection of the child controls the adapter will use to render the Web Part on a mobile page.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected ReadOnly Property Controls As ControlCollection
Get
'Usage
Dim value As ControlCollection
value = Me.Controls
protected ControlCollection Controls { get; }
Property Value
Type: System.Web.UI.ControlCollection
The child controls as a collection that can be iterated.