Class
SchedulerViewBase

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

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

Inheritance: objectComponentBaseSchedulerViewBase

Derived Classes: SchedulerAgendaViewSchedulerMonthViewSchedulerTimeViewBase

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members ComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

SchedulerViewBase()

Declaration

cs-api-definition
protected SchedulerViewBase()

Properties

ItemTemplate

Defines the template to be used when rendering appointments.

Declaration

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

Property Value

RenderFragment<object>

SchedulerResourceGroupHeaderTemplate

Declaration

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

Property Value

RenderFragment<SchedulerResourceGroupHeaderTemplateContext>

SlotTemplate

Defines the template to be used when rendering slot cells.

Declaration

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

Property Value

RenderFragment<SchedulerSlotTemplateContext>

Methods

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ComponentBase.OnInitialized()