AppointmentNode
Class
The model of the views that are used to visualize appointments in the RadScheduler control.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class AppointmentNode : SchedulerNode, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseSchedulerNodeAppointmentNode
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public AppointmentNode()
Properties
Gets the Occurrence that is visualized in the RadScheduler control.
C#
public Occurrence Occurrence { get; }