SchedulerAppointmentSelectEventArgs<TItem> Class

Supplies information about a AppointmentSelect event that is being raised.

Inheritance

Object

SchedulerAppointmentSelectEventArgs<TItem>

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class SchedulerAppointmentSelectEventArgs<TItem>

Type Parameters

Name Description
TItemThe type of the data item.

Constructors

SchedulerAppointmentSelectEventArgs<TItem>link

Supplies information about a AppointmentSelect event that is being raised.

Declaration
public SchedulerAppointmentSelectEventArgs<TItem>()

Properties

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 🗙