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