SchedulerSlotRenderEventArgs Class

Supplies information about a SlotRender event that is being raised.

Inheritance

Object

SchedulerSlotRenderEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class SchedulerSlotRenderEventArgs

Constructors

SchedulerSlotRenderEventArgslink

Supplies information about a SlotRender event that is being raised.

Declaration
public SchedulerSlotRenderEventArgs()

Properties

Appointmentslink

List of appointments.

Declaration
public IEnumerable<AppointmentData> Appointments { get; }
Property Value
Type Description
IEnumerable<AppointmentData>List of appointments.

Attributeslink

HTML attributes to apply to the slot element.

Declaration
public IDictionary<string, object> Attributes { get; set; }
Property Value
Type Description
IDictionary<string, object>HTML attributes to apply to the slot element.

Endlink

The end of the slot.

Declaration
public DateTime End { get; set; }
Property Value
Type Description
DateTimeThe end of the slot.

Startlink

The start of the slot.

Declaration
public DateTime Start { get; set; }
Property Value
Type Description
DateTimeThe start of the slot.

Viewlink

The current view.

Declaration
public ISchedulerView View { get; set; }
Property Value
Type Description
ISchedulerViewThe current view.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙