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 to this section

Supplies information about a DaySelect event that is being raised.

Declaration
public SchedulerDaySelectEventArgs()

Properties

AppointmentsLink to this section

List of appointments.

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

DayLink to this section

Selected date.

Declaration
public DateTime Day { get; set; }
Property Value
Type Description
DateTimeSelected date.

ViewLink to this section

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 🗙