RadzenMonthView Class

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

Inheritance

Object

ComponentBase

SchedulerViewBase

RadzenMonthView

Implements

IComponent

IHandleEvent

IHandleAfterRender

ISchedulerView

Inherited Members

SchedulerViewBase.Dispose

SchedulerViewBase.SetParametersAsync

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 RadzenMonthView : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, ISchedulerView

Examples

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

Constructors

RadzenMonthViewlink

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

Declaration
public RadzenMonthView()

Properties

EndDatelink

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

Iconlink

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

MaxAppointmentsInSlotlink

Specifies the maximum appointnments to render in a slot.

Declaration
public int? MaxAppointmentsInSlot { get; set; }
Property Value
Type Description
int?Specifies the maximum appointnments to render in a slot.

MoreTextlink

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.

StartDatelink

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

Textlink

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

Titlelink

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

Methods

BuildRenderTreelink

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

Nextlink

Declaration
public override DateTime Next()
Returns
Type Description
DateTime

Prevlink

Declaration
public override DateTime Prev()
Returns
Type Description
DateTime

Renderlink

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