Share via


AjaxDelta.IsMainContent property

When IsMainContent is true, this AjaxDelta is assumed to be the central content area on the page and will be used for displaying things like error page contents.

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

Syntax

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

value = instance.IsMainContent

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

Property value

Type: System.Boolean

See also

Reference

AjaxDelta class

AjaxDelta members

Microsoft.SharePoint.WebControls namespace