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

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

Definition

Constructors

C#
public AgendaMonthNode()

Properties

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

C#
public string FormattedMonth { get; }

Gets the month represented by this node.

C#
public DateTime Month { get; }