The model for appointment items in the agenda view of the RadScheduler control.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class AgendaAppointmentNode : AppointmentNode, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseSchedulerNodeAppointmentNodeAgendaAppointmentNode
Implements:
Inherited Members
Constructors
C#
public AgendaAppointmentNode()
Properties
Gets the formatted time end text for display in the agenda view.
C#
public string FormattedEndTime { get; }
Gets the formatted time start text for display in the agenda view.
C#
public string FormattedStartTime { get; }
Gets the formatted subject for display in the agenda view.
C#
public string FormattedSubject { get; }