Interface IExtendedAppointment
Defines advanced properties of an appointment.
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface IExtendedAppointment
Properties
Category
Gets or sets the category associated with the appointment.
Declaration
ICategory Category { get; set; }
Property Value
ICategory
|
Importance
Gets or sets the importance associated with the appointment.
Declaration
Importance Importance { get; set; }
Property Value
Importance
|
TimeMarker
Gets or sets the time marker associated with the appointment.
Declaration
ITimeMarker TimeMarker { get; set; }
Property Value
ITimeMarker
|