Class SchedulerAppointmentSelectEventArgs<TItem>
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about a AppointmentSelect event that is being raised.
public class SchedulerAppointmentSelectEventArgs<TItem>
Type Parameters
TItem
The type of the data item.
- Inheritance
-
SchedulerAppointmentSelectEventArgs<TItem>
- Inherited Members
Constructors
SchedulerAppointmentSelectEventArgs()
public SchedulerAppointmentSelectEventArgs()
Properties
Data
The data item for which the appointment is created.
public TItem Data { get; set; }
Property Value
- TItem
The data.
End
The end date of the appointment.
public DateTime End { get; set; }
Property Value
Start
The start date of the appointment.
public DateTime Start { get; set; }