Class
CalendarNode

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: INotifyPropertyChanged

Inherited Members NotifyPropertyChangedBase.OnPropertyChanged(string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, string)NotifyPropertyChangedBase.UpdateValue<T>(ref T, T, Action<T>, string)NotifyPropertyChangedBase.PropertyChanged

Constructors

CalendarNode()

Declaration

cs-api-definition
public CalendarNode()

Properties

Calendar

Gets the calendar that owns the node.

Declaration

cs-api-definition
public object Calendar { get; }

Property Value

object

Date

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

Declaration

cs-api-definition
public DateTime? Date { get; }

Property Value

DateTime?

IsEnabled

Gets a value indicating whether the node is enabled.

Declaration

cs-api-definition
public bool IsEnabled { get; }

Property Value

bool

IsMouseOver

Gets a value indicating wheter the mouse is over the date.

Declaration

cs-api-definition
public bool IsMouseOver { get; }

Property Value

bool

IsOutOfScope

Gets a value indicating whether the node is out of scope.

Declaration

cs-api-definition
public bool IsOutOfScope { get; }

Property Value

bool

IsSelected

Gets a value indicating whether the node is selected.

Declaration

cs-api-definition
public bool IsSelected { get; }

Property Value

bool

IsToday

Gets a value indicating whether the date is today.

Declaration

cs-api-definition
public bool IsToday { get; }

Property Value

bool

IsVisible

Gets a value indicating whether the node is visible.

Declaration

cs-api-definition
public bool IsVisible { get; }

Property Value

bool

SelectionState

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

Declaration

cs-api-definition
public CalendarNodeSelectionState SelectionState { get; }

Property Value

CalendarNodeSelectionState

Text

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

Declaration

cs-api-definition
public string Text { get; }

Property Value

string