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 RadzenYearView : SchedulerYearViewBase, IComponent, IHandleEvent, IHandleAfterRender, ISchedulerView<RadzenScheduler Data="@appointments">
<RadzenMonthView />
</RadzenScheduler>Displays the appointments in a month day in RadzenScheduler<T>
public RadzenYearView()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. |
Specifies the text displayed when the user clicks on a day with no events in the year view
public string NoDayEventsText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text displayed when the user clicks on a day with no events in the year view |
public DateTime StartDate { get; }
| Type | Description |
|---|---|
| DateTime |