ListFieldIterator.ComponentRequiresPostback property
ListFieldIterator control selects which fields to include in edit form Does not render any form controls or affect form submission
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ComponentRequiresPostback As Boolean
Get
'Usage
Dim instance As ListFieldIterator
Dim value As Boolean
value = instance.ComponentRequiresPostback
public override bool ComponentRequiresPostback { get; }
Property value
Type: System.Boolean