ClassCalendarNode
Class
The model that is visualized in the calendar's views.
Definition
Namespace:Telerik.Maui.Controls.Calendar
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class CalendarNode : NotifyPropertyChangedBase, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseCalendarNode
Implements:
Inherited Members
Constructors
CalendarNode()
Declaration
cs-api-definition
public CalendarNode()
Properties
Calendar
Gets the calendar that owns the node.
Date
Gets the date each node holds and gets displayed in the calendar's views.
IsEnabled
Gets a value indicating whether the node is enabled.
IsMouseOver
Gets a value indicating wheter the mouse is over the date.
IsOutOfScope
Gets a value indicating whether the node is out of scope.
IsSelected
Gets a value indicating whether the node is selected.
IsToday
Gets a value indicating whether the date is today.
IsVisible
Gets a value indicating whether the node is visible.
SelectionState
Gets a value indicating the state of the date when selected.
Declaration
cs-api-definition
public CalendarNodeSelectionState SelectionState { get; }
Property Value