SchedulerSlotSelectEventArgs Class

Supplies information about a SlotSelect event that is being raised.

Inheritance

Object

SchedulerSlotSelectEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class SchedulerSlotSelectEventArgs

Constructors

SchedulerSlotSelectEventArgslink

Supplies information about a SlotSelect event that is being raised.

Declaration
public SchedulerSlotSelectEventArgs()

Properties

Appointmentslink

List of appointments.

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

Endlink

The end of the slot.

Declaration
public DateTime End { get; set; }
Property Value
Type Description
DateTimeThe end of the slot.

IsDefaultPreventedlink

Has default action been prevented from occuring?

Declaration
public bool IsDefaultPrevented { get; }
Property Value
Type Description
boolHas default action been prevented from occuring?

Startlink

The start of the slot.

Declaration
public DateTime Start { get; set; }
Property Value
Type Description
DateTimeThe start of the slot.

Viewlink

Current View.

Declaration
public ISchedulerView View { get; set; }
Property Value
Type Description
ISchedulerViewCurrent View.

Methods

PreventDefaultlink

Prevent default action from occuring.

Declaration
public void PreventDefault()
An error has occurred. This app may no longer respond until reloaded. Reload 🗙