SchedulerMonthSelectEventArgs Class

Supplies information about a MonthSelect event that is being raised.

Inheritance

Object

SchedulerMonthSelectEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class SchedulerMonthSelectEventArgs

Constructors

SchedulerMonthSelectEventArgslink

Supplies information about a MonthSelect event that is being raised.

Declaration
public SchedulerMonthSelectEventArgs()

Properties

Appointmentslink

List of appointments.

Declaration
public IEnumerable<AppointmentData> Appointments { get; set; }
Property Value
Type Description
IEnumerable<AppointmentData>List of appointments.

MonthStartlink

Month start date.

Declaration
public DateTime MonthStart { get; set; }
Property Value
Type Description
DateTimeMonth start date.

Viewlink

Current View.

Declaration
public ISchedulerView View { get; set; }
Property Value
Type Description
ISchedulerViewCurrent View.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙