RadzenDayView Class

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

Inheritance

Object

ComponentBase

SchedulerViewBase

RadzenDayView

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

Examples

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

Constructors

RadzenDayViewlink

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

Declaration
public RadzenDayView()

Properties

EndDatelink

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

EndTimelink

Gets or sets the end time.

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

Iconlink

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

MinutesPerSlotlink

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.

StartDatelink

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

StartTimelink

Gets or sets the start time.

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

Textlink

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

TimeFormatlink

Gets or sets the time format.

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

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 🗙