Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenYearView

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

    Inheritance
    System.Object
    SchedulerViewBase
    SchedulerYearViewBase
    RadzenYearView
    Implements
    ISchedulerView
    IDisposable
    Inherited Members
    SchedulerYearViewBase.SetParametersAsync(ParameterView)
    SchedulerViewBase.Scheduler
    SchedulerViewBase.Dispose()
    SchedulerViewBase.Render()
    SchedulerViewBase.OnAppointmentMove(SchedulerAppointmentMoveEventArgs)
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenYearView : SchedulerYearViewBase, ISchedulerView, IDisposable
    Examples
    <RadzenScheduler Data="@appointments">
        <RadzenMonthView />
    </RadzenScheduler>

    Properties

    EndDate

    Gets the end date.

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

    The end date.

    Overrides
    SchedulerViewBase.EndDate

    Icon

    Gets the icon of the view. It is displayed in the view switching UI.

    Declaration
    public override string Icon { get; }
    Property Value
    Type Description
    System.String
    Overrides
    SchedulerViewBase.Icon

    MoreText

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

    Declaration
    public string MoreText { get; set; }
    Property Value
    Type Description
    System.String

    The more text. Set to "+ {0} more" by default.

    NoDayEventsText

    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
    System.String

    StartDate

    Gets the start date.

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

    The start date.

    Overrides
    SchedulerViewBase.StartDate

    StartMonth

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

    Declaration
    public override Month StartMonth { get; set; }
    Property Value
    Type Description
    Month

    The start month.

    Overrides
    SchedulerYearViewBase.StartMonth

    Text

    Gets the text of the view. It is displayed in the view switching UI.

    Declaration
    public override string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text.

    Overrides
    SchedulerViewBase.Text

    Title

    Gets the title of the view. It is displayed in the RadzenScheduler title area.

    Declaration
    public override string Title { get; }
    Property Value
    Type Description
    System.String

    The title.

    Overrides
    SchedulerViewBase.Title

    Methods

    Next()

    Returns a new date when the user clicks the next button of RadzenScheduler.

    Declaration
    public override DateTime Next()
    Returns
    Type Description
    DateTime

    The next date. For example a day view will return the next day, a week view will return the next week.

    Overrides
    SchedulerViewBase.Next()

    Prev()

    Returns a new date when the user clicks the previous button of RadzenScheduler.

    Declaration
    public override DateTime Prev()
    Returns
    Type Description
    DateTime

    The previous date. For example a day view will return the previous day, a week view will return the previous week.

    Overrides
    SchedulerViewBase.Prev()

    Implements

    ISchedulerView
    IDisposable

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT