Supplies information about a SlotSelect event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class SchedulerSlotSelectEventArgsSupplies information about a SlotSelect event that is being raised.
public SchedulerSlotSelectEventArgs()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. |