protected internal virtual void UpdateFormCaption()
 {
     this.Text = SchedulerUtils.FormatAppointmentFormCaption(controller.AllDay, controller.Subject, false);
 }
Example #2
0
        void UpdateContainerCaption(string subject)
        {
            string str = SchedulerUtils.FormatAppointmentFormCaption(this.Controller.AllDay, this.Controller.Subject, false);

            SchedulerFormBehavior.SetTitle(this, str);
        }