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