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

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

Definition

Constructors

C#
public AgendaDayNode()

Properties

Gets the date represented by this day node.

C#
public DateTime Date { get; }

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

C#
public string FormattedDay { get; }