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

Supplies information about a MoreSelect event that is being raised.

Declaration
public SchedulerMoreSelectEventArgs()

Properties

AppointmentsLink to this section

List of appointments.

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

EndLink to this section

The end of the slot.

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

IsDefaultPreventedLink to this section

Has default action been prevented from occuring.

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

StartLink to this section

The start of the slot.

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

ViewLink to this section

Current View.

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

Methods

PreventDefaultLink to this section

Prevent the default action from occuring.

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