Gets or sets a value indicating whether this PageScroller is enabled. Default value is true.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.Client (in C1.Web.iPhone.Client.dll)

Syntax

JavaScript
function get_enabled();
function set_enabled(value);

Field Value

true if enabled; otherwise, false.

See Also