Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the PrintAllAppointments property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also