Class SlotNode
The model of the views that are used to visualize slots in the RadScheduler control.
Inherited Members
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class SlotNode : SchedulerNode, INotifyPropertyChanged
Constructors
SlotNode()
Declaration
public SlotNode()
Properties
End
Gets the end date of the Slot.
Declaration
public DateTime End { get; }
Property Value
System.DateTime
|
Slot
Gets the Slot that is visualized in the RadScheduler control.
Declaration
public Slot Slot { get; }
Property Value
Slot
|
Start
Gets the start date of the Slot.
Declaration
public DateTime Start { get; }
Property Value
System.DateTime
|