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

The model of each date that are visualized in RadScheduler's ViewDefinitionBase.

Definition

Constructors

C#
public DateNode()

Properties

Gets the date each node holds and gets displayed in the definitions.

C#
public DateTime Date { get; }

Gets a value indicating whether the date is today.

C#
public bool IsToday { get; }

Gets the text that is displayed in the definitions.

C#
public string Text { get; set; }