Class
SchedulerTimeViewBase

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public abstract class SchedulerTimeViewBase : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseSchedulerViewBaseSchedulerTimeViewBase

Derived Classes: SchedulerDayViewBaseSchedulerTimelineView

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members SchedulerViewBase.OnInitialized()SchedulerViewBase.Dispose()SchedulerViewBase.ItemTemplateSchedulerViewBase.SlotTemplateSchedulerViewBase.SchedulerResourceGroupHeaderTemplateComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

SchedulerTimeViewBase()

Declaration

cs-api-definition
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

cs-api-definition
[Parameter]
public DateTime EndTime { get; set; }

Property Value

DateTime

SlotDivisions

The number of partitions in each major time slot.

Declaration

cs-api-definition
[Parameter]
public int SlotDivisions { get; set; }

Property Value

int

SlotDuration

The length (time span) of a slot in minutes.

Declaration

cs-api-definition
[Parameter]
public int SlotDuration { get; set; }

Property Value

int

StartTime

The first hour that is shown in the view. Defaults to midnight.

Declaration

cs-api-definition
[Parameter]
public DateTime StartTime { get; set; }

Property Value

DateTime

WorkDayEnd

The hour at which the work day ends - working hours have a different background from the rest of the hours.

Declaration

cs-api-definition
[Parameter]
public DateTime WorkDayEnd { get; set; }

Property Value

DateTime

WorkDayStart

The hour at which the work day starts - working hours have a different background from the rest of the hours.

Declaration

cs-api-definition
[Parameter]
public DateTime WorkDayStart { get; set; }

Property Value

DateTime

Methods

OnParametersSetAsync()

Declaration

cs-api-definition
protected override Task OnParametersSetAsync()

Returns

Task

Overrides ComponentBase.OnParametersSetAsync()