New to Telerik UI for .NET MAUIStart a free 30-day trial

The model for appointment items in the agenda view of the RadScheduler control.

Definition

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; }