InterfaceIAppointment
Defines basic methods and properties of an appointment.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public interface IAppointment : IOccurrence, IDateSpan, INotifyPropertyChanged, IEditableObject, IEquatable<IAppointment>, ICopyable<IAppointment>
Inherited Members
Properties
End
Gets or sets the DateTime value determining the end date and time of the IAppointment.
IsAllDayEvent
Gets or sets the bool value indicating if the current IAppointment is an All-day one.
RecurrenceRule
Gets or sets the recurrence rule.
Declaration
IRecurrenceRule RecurrenceRule { get; set; }
Property Value
The recurrence rule.
Resources
Gets the collection containing the resources, associated with the appointment.
Start
Gets or sets the DateTime value determining the start date and time of the IAppointment.
Subject
Gets or sets the string value representing the subject of the IAppointment object.
TimeZone
Gets or sets the appointment time zone.
Declaration
TimeZoneInfo TimeZone { get; set; }
Property Value
The appointment time zone.
Events
RecurrenceRuleChanged
Occurs when RecurrencePattern status is changed.