Table of Contents

Class DaySlotEvents

Namespace
Radzen.Blazor.Rendering
Assembly
Radzen.Blazor.dll
public class DaySlotEvents : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
DaySlotEvents
Implements
Inherited Members

Constructors

DaySlotEvents()

public DaySlotEvents()

Properties

AppointmentDragStart

[Parameter]
public EventCallback<AppointmentData> AppointmentDragStart { get; set; }

Property Value

EventCallback<AppointmentData>

Appointments

[Parameter]
public IList<AppointmentData> Appointments { get; set; }

Property Value

IList<AppointmentData>

CurrentAppointment

[Parameter]
public int CurrentAppointment { get; set; }

Property Value

int

CurrentDate

[Parameter]
public DateTime CurrentDate { get; set; }

Property Value

DateTime

EndDate

[Parameter]
public DateTime EndDate { get; set; }

Property Value

DateTime

MinutesPerSlot

[Parameter]
public int MinutesPerSlot { get; set; }

Property Value

int

Scheduler

[CascadingParameter]
public IScheduler Scheduler { get; set; }

Property Value

IScheduler

StartDate

[Parameter]
public DateTime StartDate { get; set; }

Property Value

DateTime

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnAppointmentDragStart(AppointmentData)

public Task OnAppointmentDragStart(AppointmentData Data)

Parameters

Data AppointmentData

Returns

Task