Returns true if current day contains one or more appointments.

Namespace:  C1.C1Schedule.Printing
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public bool HasAppointments { get; }
Visual Basic (Declaration)
Public ReadOnly Property HasAppointments As Boolean
	Get

See Also