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)

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.

See also

Reference

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace