Supplies information about a DaySelect event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class SchedulerDaySelectEventArgsSupplies information about a DaySelect event that is being raised.
public SchedulerDaySelectEventArgs()List of appointments.
public IEnumerable<AppointmentData> Appointments { get; set; }
| Type | Description |
|---|---|
| IEnumerable<AppointmentData> | List of appointments. |
Selected date.
public DateTime Day { get; set; }
| Type | Description |
|---|---|
| DateTime | Selected date. |
Current View.
public ISchedulerView View { get; set; }
| Type | Description |
|---|---|
| ISchedulerView | Current View. |