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

The model of the views that are used to visualize slots in the RadScheduler control.

Definition

Constructors

C#
public SlotNode()

Properties

Gets the end date of the Slot.

C#
public DateTime End { get; }

Gets the Slot that is visualized in the RadScheduler control.

C#
public Slot Slot { get; }

Gets the start date of the Slot.

C#
public DateTime Start { get; }