SchedulerDaySelectEventArgs Class

Supplies information about a DaySelect event that is being raised.

Inheritance

Object

SchedulerDaySelectEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class SchedulerDaySelectEventArgs

Constructors

SchedulerDaySelectEventArgslink

Supplies information about a DaySelect event that is being raised.

Declaration
public SchedulerDaySelectEventArgs()

Properties

Appointmentslink

List of appointments.

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

Daylink

Selected date.

Declaration
public DateTime Day { get; set; }
Property Value
Type Description
DateTimeSelected 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 🗙