Supplies information about a MonthSelect event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class SchedulerMonthSelectEventArgsSupplies information about a MonthSelect event that is being raised.
public SchedulerMonthSelectEventArgs()List of appointments.
public IEnumerable<AppointmentData> Appointments { get; set; }
| Type | Description |
|---|---|
| IEnumerable<AppointmentData> | List of appointments. |
Month start date.
public DateTime MonthStart { get; set; }
| Type | Description |
|---|---|
| DateTime | Month start date. |
Current View.
public ISchedulerView View { get; set; }
| Type | Description |
|---|---|
| ISchedulerView | Current View. |