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

The model for week group headers in the agenda view of the RadScheduler control.

Definition

Constructors

C#
public AgendaWeekNode()

Properties

Gets the end date of the week.

C#
public DateTime EndDate { get; }

Gets the formatted week text for display in the agenda view.

C#
public string FormattedWeek { get; }

Gets the start date of the week.

C#
public DateTime StartDate { get; }