Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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