SPFormContext.FieldControlCollection Property (Microsoft.SharePoint)
Gets an ArrayList that stores the field controls in the form.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property FieldControlCollection As ArrayList
Visual Basic (Usage)
Dim instance As SPFormContext
Dim value As ArrayList

value = instance.FieldControlCollection
C#
public ArrayList FieldControlCollection { get; }

Property Value

A System.Collections.ArrayList object that stores the field controls.
See Also

Tags :


Page view tracker