Class SchedulerDaySelectEventArgs
Supplies information about a DaySelect event that is being raised.
Inheritance
System.Object
SchedulerDaySelectEventArgs
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class SchedulerDaySelectEventArgs : object
Properties
Appointments
List of appointments.
Declaration
public IEnumerable<AppointmentData> Appointments { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<AppointmentData> |
Day
Selected date.
Declaration
public DateTime Day { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
View
Current View.
Declaration
public ISchedulerView View { get; set; }
Property Value
Type | Description |
---|---|
ISchedulerView |