Interface IAppointment
Defines basic methods and properties of an appointment.
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IAppointment : IOccurrence, IDateSpan, INotifyPropertyChanged, IEditableObject, IEquatable<IAppointment>, ICopyable<IAppointment>
Properties
End
Gets or sets the System.
Declaration
DateTime End { get; set; }
Property Value
System.
|
IsAllDayEvent
Gets or sets the System.
Declaration
bool IsAllDayEvent { get; set; }
Property Value
System.
|
RecurrenceRule
Gets or sets the recurrence rule.
Declaration
IRecurrenceRule RecurrenceRule { get; set; }
Property Value
IRecurrence The recurrence rule. |
Resources
Gets the collection containing the resources, associated with the appointment.
Declaration
IList Resources { get; }
Property Value
System.
|
Start
Gets or sets the System.
Declaration
DateTime Start { get; set; }
Property Value
System.
|
Subject
Gets or sets the System.
Declaration
string Subject { get; set; }
Property Value
System.
|
TimeZone
Gets or sets the appointment time zone.
Declaration
TimeZoneInfo TimeZone { get; set; }
Property Value
System. The appointment time zone. |
Events
RecurrenceRuleChanged
Occurs when Recurrence
Declaration
event EventHandler RecurrenceRuleChanged
Event Type
System.
|