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()public DateTime EndDate { get; }
| Type | Description |
|---|---|
| DateTime |
public string Icon { get; }
| Type | Description |
|---|---|
| string |
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 |
Gets or sets the start month for the year views />.
public Month StartMonth { get; set; }
| Type | Description |
|---|---|
| Month | Gets or sets the start month for the year views />. |
public string Text { get; set; }
| Type | Description |
|---|---|
| string |
public string Title { get; }
| Type | Description |
|---|---|
| string |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
public override DateTime Next()
| Type | Description |
|---|---|
| DateTime |
public override DateTime Prev()
| Type | Description |
|---|---|
| DateTime |
public override RenderFragment Render()
| Type | Description |
|---|---|
| RenderFragment |