IExtendedAppointment
Interface
Defines advanced properties of an appointment.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.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; }