RadzenYearView Class

Displays the appointments in a month day in RadzenScheduler<T>

Inheritance

Object

ComponentBase

SchedulerViewBase

SchedulerYearViewBase

RadzenYearView

Implements

IComponent

IHandleEvent

IHandleAfterRender

ISchedulerView

Inherited Members

SchedulerYearViewBase.GetYearRange

SchedulerYearViewBase.SetParametersAsync

SchedulerViewBase.Localize

SchedulerViewBase.Dispose

SchedulerViewBase.OnAppointmentMove

SchedulerViewBase.Scheduler

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

Syntax

public class RadzenYearView : SchedulerYearViewBase, IComponent, IHandleEvent, IHandleAfterRender, ISchedulerView

Examples

<RadzenScheduler Data="@appointments">
    <RadzenMonthView />
</RadzenScheduler>

Constructors

RadzenYearViewLink to this section

Displays the appointments in a month day in RadzenScheduler<T>

Declaration
public RadzenYearView()

Properties

EndDateLink to this section

Declaration
public DateTime EndDate { get; }
Property Value
Type Description
DateTime

IconLink to this section

Declaration
public string Icon { get; }
Property Value
Type Description
string

MoreTextLink to this section

Specifies the text displayed when there are more appointments in a slot than MaxAppointmentsInSlot.

Declaration
public string MoreText { get; set; }
Property Value
Type Description
stringSpecifies the text displayed when there are more appointments in a slot than MaxAppointmentsInSlot.

NoDayEventsTextLink to this section

Specifies the text displayed when the user clicks on a day with no events in the year view

Declaration
public string NoDayEventsText { get; set; }
Property Value
Type Description
stringSpecifies the text displayed when the user clicks on a day with no events in the year view

StartDateLink to this section

Declaration
public DateTime StartDate { get; }
Property Value
Type Description
DateTime

StartMonthLink to this section

Gets or sets the start month for the year views />.

Declaration
public Month StartMonth { get; set; }
Property Value
Type Description
MonthGets or sets the start month for the year views />.

TextLink to this section

Declaration
public string Text { get; set; }
Property Value
Type Description
string

TitleLink to this section

Declaration
public string Title { get; }
Property Value
Type Description
string

Methods

BuildRenderTreeLink to this section

Declaration
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
Parameters
Type Name Description
Rendering.RenderTreeBuilder __builder

NextLink to this section

Declaration
public override DateTime Next()
Returns
Type Description
DateTime

PrevLink to this section

Declaration
public override DateTime Prev()
Returns
Type Description
DateTime

RenderLink to this section

Declaration
public override RenderFragment Render()
Returns
Type Description
RenderFragment
An error has occurred. This app may no longer respond until reloaded. Reload 🗙