Gets and sets a flag that determines whether the control support the AJAX Update Panel

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool SupportsPartialRendering { get; set; }
Visual Basic
Public Property SupportsPartialRendering As Boolean
	Get
	Set

Return Value

A Boolean

See Also