Table of Contents

Class SchedulerMoreSelectEventArgs

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Supplies information about a MoreSelect event that is being raised.

public class SchedulerMoreSelectEventArgs
Inheritance
SchedulerMoreSelectEventArgs
Inherited Members

Constructors

SchedulerMoreSelectEventArgs()

public SchedulerMoreSelectEventArgs()

Properties

Appointments

List of appointments.

public IEnumerable<AppointmentData> Appointments { get; set; }

Property Value

IEnumerable<AppointmentData>

End

The end of the slot.

public DateTime End { get; set; }

Property Value

DateTime

IsDefaultPrevented

Has default action been prevented from occuring.

public bool IsDefaultPrevented { get; }

Property Value

bool

Start

The start of the slot.

public DateTime Start { get; set; }

Property Value

DateTime

View

Current View.

public ISchedulerView View { get; set; }

Property Value

ISchedulerView

Methods

PreventDefault()

Prevent the default action from occuring.

public void PreventDefault()