Class
SlotNode

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

Definition

Constructors

SlotNode()

Declaration

cs-api-definition
public SlotNode()

Properties

End

Gets the end date of the Slot.

Declaration

cs-api-definition
public DateTime End { get; }

Property Value

DateTime

Slot

Gets the Slot that is visualized in the RadScheduler control.

Declaration

cs-api-definition
public Slot Slot { get; }

Property Value

Slot

Start

Gets the start date of the Slot.

Declaration

cs-api-definition
public DateTime Start { get; }

Property Value

DateTime