Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenMonthView

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

    Inheritance
    object
    ComponentBase
    SchedulerViewBase
    RadzenMonthView
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    ISchedulerView
    IDisposable
    Inherited Members
    SchedulerViewBase.Dispose()
    SchedulerViewBase.SetParametersAsync(ParameterView)
    SchedulerViewBase.OnAppointmentMove(SchedulerAppointmentMoveEventArgs)
    SchedulerViewBase.Scheduler
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenMonthView : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, ISchedulerView, IDisposable
    Examples
    <RadzenScheduler Data="@appointments">
        <RadzenMonthView />
    </RadzenScheduler>

    Constructors

    RadzenMonthView()

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

    Declaration
    public RadzenMonthView()
    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
    string
    Overrides
    SchedulerViewBase.Icon

    MaxAppointmentsInSlot

    Specifies the maximum appointnments to render in a slot.

    Declaration
    [Parameter]
    public int? MaxAppointmentsInSlot { get; set; }
    Property Value
    Type Description
    int?

    The maximum appointments in slot.

    MoreText

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

    Declaration
    [Parameter]
    public string MoreText { get; set; }
    Property Value
    Type Description
    string

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

    StartDate

    Gets the start date.

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

    The start date.

    Overrides
    SchedulerViewBase.StartDate

    Text

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

    Declaration
    [Parameter]
    public override string Text { get; set; }
    Property Value
    Type Description
    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
    string

    The title.

    Overrides
    SchedulerViewBase.Title

    Methods

    BuildRenderTree(RenderTreeBuilder)

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

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

    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()

    Render()

    Renders this instance.

    Declaration
    public override RenderFragment Render()
    Returns
    Type Description
    RenderFragment
    Overrides
    SchedulerViewBase.Render()

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    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