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 to this section

Supplies information about a AppointmentSelect event that is being raised.

Declaration
public SchedulerAppointmentSelectEventArgs<TItem>()

Properties

DataLink to this section

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 to this section

The end date of the appointment.

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

StartLink to this section

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 🗙