DateNode
Class
The model of each date that are visualized in RadScheduler's ViewDefinitionBase.
Definition
Namespace:Telerik.Maui.Controls.Scheduler
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class DateNode : SchedulerNode, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseSchedulerNodeDateNode
Implements:
Inherited Members
Constructors
C#
public DateNode()
Properties
Gets the date each node holds and gets displayed in the definitions.
C#
public DateTime Date { get; }