Gets or sets the Boolean value indicating if the current appointment is an All-day appointment.

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[DefaultValueAttribute(false)]
public bool AllDayEvent { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
Public Property AllDayEvent As Boolean
	Get
	Set

See Also