Skip to main content

DailyPrintStyle.PrintAllAppointments Property

Gets or sets whether to print text information on appointments which do not fall within the DailyPrintStyle.PrintTime interval.

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[DefaultValue(true)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public bool PrintAllAppointments { get; set; }

Property Value

Type Default Description
Boolean true

true, to print text information on appointments outside the selected print interval; otherwise, false.

Remarks

When PrintAllAppointments is set to true, the text information on appointments which do not fall within the DailyPrintStyle.PrintTime interval is printed in extra lines at the bottom of the printout.

The following image shows the print preview of a scheduler using the DailyPrintStyle with the DailyPrintStyle.PrintTime interval which ends at 1 PM. Note that appointments with intervals 9:39-9:50 PM and 10:37-11:35 PM are printed as text strings in extended cells. If the PrintAllAppointments is set to false, extra lines are not printed.

PrintAllAppointments

See Also