Share via


AjaxDelta.Container property

When Container is "false" the HTML content of the AjaxDelta is ignored. The ASP.Net/HTML constructs inside the AjaxDelta must not generated markup.

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

Syntax

'Declaration
Public Property Container As Boolean
    Get
    Set
'Usage
Dim instance As AjaxDelta
Dim value As Boolean

value = instance.Container

instance.Container = value
public bool Container { get; set; }

Property value

Type: System.Boolean

See also

Reference

AjaxDelta class

AjaxDelta members

Microsoft.SharePoint.WebControls namespace