SchedulerMoreSelectEventArgs Class

Supplies information about a MoreSelect event that is being raised.

Inheritance

Object

SchedulerMoreSelectEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class SchedulerMoreSelectEventArgs

Constructors

SchedulerMoreSelectEventArgslink

Supplies information about a MoreSelect event that is being raised.

Declaration
public SchedulerMoreSelectEventArgs()

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 the default action from occuring.

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