Supplies information about a MoreSelect event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class SchedulerMoreSelectEventArgsSupplies information about a MoreSelect event that is being raised.
public SchedulerMoreSelectEventArgs()List of appointments.
public IEnumerable<AppointmentData> Appointments { get; set; }
| Type | Description |
|---|---|
| IEnumerable<AppointmentData> | List of appointments. |
The end of the slot.
public DateTime End { get; set; }
| Type | Description |
|---|---|
| DateTime | The end of the slot. |
Has default action been prevented from occuring.
public bool IsDefaultPrevented { get; }
| Type | Description |
|---|---|
| bool | Has default action been prevented from occuring. |
The start of the slot.
public DateTime Start { get; set; }
| Type | Description |
|---|---|
| DateTime | The start of the slot. |
Current View.
public ISchedulerView View { get; set; }
| Type | Description |
|---|---|
| ISchedulerView | Current View. |
Prevent the default action from occuring.
public void PreventDefault()