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

The model that is visualized in the calendar's views.

Definition

Constructors

C#
public CalendarNode()

Properties

Gets the calendar that owns the node.

C#
public object Calendar { get; }

Gets the date each node holds and gets displayed in the calendar's views.

C#
public DateTime? Date { get; }

Gets a value indicating whether the node is enabled.

C#
public bool IsEnabled { 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 whether the date is today.

C#
public bool IsToday { get; }

Gets a value indicating whether the node is visible.

C#
public bool IsVisible { get; }

Gets a value indicating the state of the date when selected.

C#
public CalendarNodeSelectionState SelectionState { get; }

Gets the text that gets displayed in the calendar's views.

C#
public string Text { get; }