Class SchedulerSlotTemplateContext
The Scheduler's slot template context.
Inheritance
System.Object
SchedulerSlotTemplateContext
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SchedulerSlotTemplateContext : Object
Properties
End
Declaration
public DateTime End { get; set; }
Property Value
System.DateTime
|
Resources
Declaration
public List<KeyValuePair<string, object>> Resources { get; set; }
Property Value
System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.String, System.Object>>
|
Start
Declaration
public DateTime Start { get; set; }
Property Value
System.DateTime
|