A base class for RadzenScheduler<T> views.
Object
ComponentBase
SchedulerViewBase.OnAppointmentMove
ComponentBase.BuildRenderTree
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public abstract class SchedulerYearViewBase : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, ISchedulerViewA base class for RadzenScheduler<T> views.
protected SchedulerYearViewBase()Returns the logical year start (first day of StartMonth) and the computed view start/end range.
protected ValueTuple<DateTime, DateTime, DateTime> GetYearRange()
| Type | Description |
|---|---|
| ValueTuple<DateTime, DateTime, DateTime> |
Called by the Blazor runtime when parameters are set.
public override Task SetParametersAsync(ParameterView parameters)
| Type | Name | Description |
|---|---|---|
| ParameterView | parameters | The parameters. |
| Type | Description |
|---|---|
| Task |