CalendarNode
Class
The model that is visualized in the calendar's views.
Definition
Namespace:Telerik.Maui.Controls.Calendar
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class CalendarNode : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseCalendarNode
Implements:
Inherited Members
Constructors
C#
public CalendarNode()
Properties
Gets the date each node holds and gets displayed in the calendar's views.
C#
public DateTime? Date { get; }
Gets a value indicating wheter the mouse is over the date.
C#
public bool IsMouseOver { get; }
Gets a value indicating whether the node is out of scope.
C#
public bool IsOutOfScope { get; }
Gets a value indicating whether the node is selected.
C#
public bool IsSelected { get; }
Gets a value indicating the state of the date when selected.
C#
public CalendarNodeSelectionState SelectionState { get; }