Share via


AjaxDelta.BlockElement property

Gets or sets whether this AjaxDelta element should be emitted as a block level HTML element. If true, the element will be a div; if false, it will be a span.

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

Syntax

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

value = instance.BlockElement

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

Property value

Type: System.Boolean

See also

Reference

AjaxDelta class

AjaxDelta members

Microsoft.SharePoint.WebControls namespace