Class SchedulerMonthSelectEventArgs
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about a MonthSelect event that is being raised.
public class SchedulerMonthSelectEventArgs
- Inheritance
-
SchedulerMonthSelectEventArgs
- Inherited Members
Constructors
SchedulerMonthSelectEventArgs()
public SchedulerMonthSelectEventArgs()
Properties
Appointments
List of appointments.
public IEnumerable<AppointmentData> Appointments { get; set; }
Property Value
MonthStart
Monthg start date. You can change this value to navigate to a different date.
public DateTime MonthStart { get; set; }
Property Value
View
Current View.
public ISchedulerView View { get; set; }