SPMobileItemFieldIterator.DirectionPanelChildren Property
Gets the child controls of the SPMobileItemFieldIterator control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property DirectionPanelChildren As ControlCollection
Get
'Usage
Dim value As ControlCollection
value = Me.DirectionPanelChildren
protected ControlCollection DirectionPanelChildren { get; }
Property Value
Type: System.Web.UI.ControlCollection
The child controls.
See Also
Reference
SPMobileItemFieldIterator Class