Gets or sets a value indicating whether the Web server control is enabled.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1ScheduleClient (in C1ScheduleClient.dll)

Syntax

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

Field Value

Return Value

true if control is enabled; otherwise, false. The default is true.

See Also