Class AppointmentNode
The model of the views that are used to visualize appointments in the RadScheduler control.
Inherited Members
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AppointmentNode : SchedulerNode, INotifyPropertyChanged
Constructors
AppointmentNode()
Declaration
public AppointmentNode()
Properties
Occurrence
Gets the Occurrence that is visualized in the RadScheduler control.
Declaration
public Occurrence Occurrence { get; }
Property Value
Occurrence
|