Indicates if a master update panel, as defined in UpdatePanel.master, is used on a page for all users regardless of their roles. This update panel catches all postback events and is used if the page should be fully "ajaxified".

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool AjaxifiedPage { get; set; }
Visual Basic
Public Property AjaxifiedPage As Boolean
	Get
	Set
Visual C++
public:
property bool AjaxifiedPage {
	bool get ();
	void set (bool value);
}
F#
member AjaxifiedPage : bool with get, set

Property Value

Type: Boolean

See Also