RadzenMultiDayView Class

Displays the appointments in a multi-day view in RadzenScheduler<T>

Inheritance

Object

ComponentBase

SchedulerViewBase

RadzenMultiDayView

Implements

IComponent

IHandleEvent

IHandleAfterRender

ISchedulerView

Inherited Members

SchedulerViewBase.Localize

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

Constructors

RadzenMultiDayViewLink to this section

Displays the appointments in a multi-day view in RadzenScheduler<T>

Declaration
public RadzenMultiDayView()

Properties

AdvanceDaysLink to this section

Gets or sets number of days to advance when using prev / next. Set to 1 by default.

Declaration
public int AdvanceDays { get; set; }
Property Value
Type Description
intGets or sets number of days to advance when using prev / next. Set to 1 by default.

EndDateLink to this section

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

EndTimeLink to this section

Gets or sets the end time.

Declaration
public TimeSpan EndTime { get; set; }
Property Value
Type Description
TimeSpanGets or sets the end time.

HeaderFormatLink to this section

Gets or sets the format used to display the header text.

Declaration
public string HeaderFormat { get; set; }
Property Value
Type Description
stringGets or sets the format used to display the header text.

IconLink to this section

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

MinutesPerSlotLink to this section

Gets or sets slot size in minutes. Set to 30 by default.

Declaration
public int MinutesPerSlot { get; set; }
Property Value
Type Description
intGets or sets slot size in minutes. Set to 30 by default.

NumberOfDaysLink to this section

Gets or sets number of days to view. Set to 2 by default.

Declaration
public int NumberOfDays { get; set; }
Property Value
Type Description
intGets or sets number of days to view. Set to 2 by default.

StartDateLink to this section

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

StartTimeLink to this section

Gets or sets the start time.

Declaration
public TimeSpan StartTime { get; set; }
Property Value
Type Description
TimeSpanGets or sets the start time.

TextLink to this section

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

TimeFormatLink to this section

Gets or sets the time format.

Declaration
public string TimeFormat { get; set; }
Property Value
Type Description
stringGets or sets the time format.

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 🗙