Supplies information about a AppointmentSelect event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class SchedulerAppointmentSelectEventArgs<TItem>| Name | Description |
|---|---|
| TItem | The type of the data item. |
Supplies information about a AppointmentSelect event that is being raised.
public SchedulerAppointmentSelectEventArgs<TItem>()The data item for which the appointment is created.
public TItem Data { get; set; }
| Type | Description |
|---|---|
| TItem | The data item for which the appointment is created. |
The end date of the appointment.
public DateTime End { get; set; }
| Type | Description |
|---|---|
| DateTime | The end date of the appointment. |
The start date of the appointment.
public DateTime Start { get; set; }
| Type | Description |
|---|---|
| DateTime | The start date of the appointment. |