Class DateNode
The model of each date that are visualized in RadScheduler's ViewDefinitionBase.
Inherited Members
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DateNode : SchedulerNode, INotifyPropertyChanged
Constructors
DateNode()
Declaration
public DateNode()
Properties
Date
Gets the date each node holds and gets displayed in the definitions.
Declaration
public DateTime Date { get; }
Property Value
System.DateTime
|
IsToday
Gets a value indicating whether the date is today.
Declaration
public bool IsToday { get; }
Property Value
System.Boolean
|
Text
Gets the text that is displayed in the definitions.
Declaration
public string Text { get; set; }
Property Value
System.String
|