Class
SchedulerDayViewBase

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

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

Inheritance: objectComponentBaseSchedulerViewBaseSchedulerTimeViewBaseSchedulerDayViewBase

Derived Classes: SchedulerDayViewSchedulerMultiDayViewSchedulerWeekView

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members SchedulerTimeViewBase.OnParametersSetAsync()SchedulerTimeViewBase.SlotDurationSchedulerTimeViewBase.SlotDivisionsSchedulerTimeViewBase.StartTimeSchedulerTimeViewBase.EndTimeSchedulerTimeViewBase.WorkDayStartSchedulerTimeViewBase.WorkDayEndSchedulerViewBase.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

SchedulerDayViewBase()

Declaration

cs-api-definition
protected SchedulerDayViewBase()

Properties

AllDayItemTemplate

Defines the template to be used when rendering all-day appointments.

Declaration

cs-api-definition
[Parameter]
public RenderFragment<object> AllDayItemTemplate { get; set; }

Property Value

RenderFragment<object>

AllDaySlotTemplate

Declaration

cs-api-definition
[Parameter]
public RenderFragment<SchedulerAllDaySlotTemplateContext> AllDaySlotTemplate { get; set; }

Property Value

RenderFragment<SchedulerAllDaySlotTemplateContext>

DateHeaderTemplate

Declaration

cs-api-definition
[Parameter]
public RenderFragment<DateTime> DateHeaderTemplate { get; set; }

Property Value

RenderFragment<DateTime>

HideAllDayRow

Declaration

cs-api-definition
[Parameter]
public bool HideAllDayRow { get; set; }

Property Value

bool