SchedulerAppointmentRenderEventArgs<TItem> Class

Supplies information about a AppointmentRender event that is being raised.

Inheritance

Object

SchedulerAppointmentRenderEventArgs<TItem>

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class SchedulerAppointmentRenderEventArgs<TItem>

Type Parameters

Name Description
TItemThe type of the data item.

Constructors

SchedulerAppointmentRenderEventArgs<TItem>link

Supplies information about a AppointmentRender event that is being raised.

Declaration
public SchedulerAppointmentRenderEventArgs<TItem>()

Properties

Attributeslink

HTML attributes to apply to the appointment element.

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

Datalink

The data item for which the appointment is created.

Declaration
public TItem Data { get; set; }
Property Value
Type Description
TItemThe data item for which the appointment is created.

Endlink

The end date of the appointment.

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

Startlink

The start date of the appointment.

Declaration
public DateTime Start { get; set; }
Property Value
Type Description
DateTimeThe start date of the appointment.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙