Gets or sets the value that indicates if jQuery mobile ajax is enabled - false by default.

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

Syntax

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

Property Value

Type: Boolean

See Also