ClassSchedulerTimeViewBase
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public abstract class SchedulerTimeViewBase : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseSchedulerViewBaseSchedulerTimeViewBase
Derived Classes:
Implements:
Inherited Members
Constructors
SchedulerTimeViewBase()
Declaration
protected SchedulerTimeViewBase()
Properties
EndTime
The last hour shown in the view. Defaults to midnight. Should not be set to a value earlier than the StartTime.
Declaration
[Parameter]
public DateTime EndTime { get; set; }
Property Value
SlotDivisions
The number of partitions in each major time slot.
SlotDuration
The length (time span) of a slot in minutes.
StartTime
The first hour that is shown in the view. Defaults to midnight.
Declaration
[Parameter]
public DateTime StartTime { get; set; }
Property Value
WorkDayEnd
The hour at which the work day ends - working hours have a different background from the rest of the hours.
Declaration
[Parameter]
public DateTime WorkDayEnd { get; set; }
Property Value
WorkDayStart
The hour at which the work day starts - working hours have a different background from the rest of the hours.
Declaration
[Parameter]
public DateTime WorkDayStart { get; set; }
Property Value