Displays the appointments in a month day in RadzenScheduler<T>
SchedulerYearViewBase.GetYearRange
SchedulerYearViewBase.SetParametersAsync
SchedulerViewBase.OnAppointmentMove
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 class RadzenYearPlannerView : SchedulerYearViewBase, IComponent, IHandleEvent, IHandleAfterRender, ISchedulerView<RadzenScheduler Data="@appointments">
<RadzenMonthView />
</RadzenScheduler>Displays the appointments in a month day in RadzenScheduler<T>
public RadzenYearPlannerView()Specifies the maximum appointnments to render in a slot.
public int? MaxAppointmentsInSlot { get; set; }
| Type | Description |
|---|---|
| int? | Specifies the maximum appointnments to render in a slot. |
Specifies the text displayed when there are more appointments in a slot than MaxAppointmentsInSlot.
public string MoreText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text displayed when there are more appointments in a slot than MaxAppointmentsInSlot. |
public DateTime StartDate { get; }
| Type | Description |
|---|---|
| DateTime |