Use the PrintAllAppointments property. When it is set to "false", extra lines at the bottom of the Daily print stye are not printed.
DevExpress.XtraScheduler.Printing.DailyPrintStyle dailyPS = new DevExpress.XtraScheduler.Printing.DailyPrintStyle();
dailyPS.PrintAllAppointments = false;
this.schedulerControl1.PrintStyles.Add(dailyPS);
this.schedulerControl1.ActivePrintStyle = dailyPS;
Is your intention to post an answer to your own question?
- If so, then proceed.
- If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
- If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.