FormComponent.ComponentRequiresPostback property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Property ComponentRequiresPostback As Boolean
    Get
    Set
'Usage
Dim instance As FormComponent
Dim value As Boolean

value = instance.ComponentRequiresPostback

instance.ComponentRequiresPostback = value
public virtual bool ComponentRequiresPostback { get; set; }

Property value

Type: System.Boolean

See also

Reference

FormComponent class

FormComponent members

Microsoft.SharePoint.WebControls namespace