Class
SchedulerSlotTemplateContext

The Scheduler's slot template context.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class SchedulerSlotTemplateContext

Inheritance: objectSchedulerSlotTemplateContext

Derived Classes: SchedulerAllDaySlotTemplateContext

Properties

End

Declaration

public DateTime End { get; set; }

Property Value

DateTime

Resources

Declaration

public List<KeyValuePair<string, object>> Resources { get; set; }

Property Value

List<KeyValuePair<string, object>>

Start

Declaration

public DateTime Start { get; set; }

Property Value

DateTime