Gets or sets a value indicating whether the reminder form will be shown.

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

Syntax

JavaScript
function get_showReminderForm();
function set_showReminderForm(value);

Field Value

true if the form will be shown; otherwise, false.

See Also