[]
        
(Showing Draft Content)

C1.Win.C1Schedule.C1Schedule.ShowReminderForm

ShowReminderForm Property

ShowReminderForm

Gets or sets the bool value indicating whether the control should show the reminder form when a reminder alerts.

Declaration
public bool ShowReminderForm { get; set; }
Remarks

At runtime user can close Reminder Form by 'x' button. This operation doesn't actually dispose Reminder Form or change ShowReminderForm property. It just hides the form. In any moment you can show Reminder Form again by setting the ShowReminderForm property to true.