Class SchedulerMonthSelectEventArgs
Supplies information about a MonthSelect event that is being raised.
Inheritance
System.Object
SchedulerMonthSelectEventArgs
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class SchedulerMonthSelectEventArgs : object
Properties
Appointments
List of appointments.
Declaration
public IEnumerable<AppointmentData> Appointments { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<AppointmentData> |
MonthStart
Monthg start date. You can change this value to navigate to a different 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 |