Supplies information about a SlotRender event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class SchedulerSlotRenderEventArgsSupplies information about a SlotRender event that is being raised.
public SchedulerSlotRenderEventArgs()List of appointments.
public IEnumerable<AppointmentData> Appointments { get; }
| Type | Description |
|---|---|
| IEnumerable<AppointmentData> | List of appointments. |
HTML attributes to apply to the slot element.
public IDictionary<string, object> Attributes { get; set; }
| Type | Description |
|---|---|
| IDictionary<string, object> | HTML attributes to apply to the slot element. |
The end of the slot.
public DateTime End { get; set; }
| Type | Description |
|---|---|
| DateTime | The end of the slot. |
The start of the slot.
public DateTime Start { get; set; }
| Type | Description |
|---|---|
| DateTime | The start of the slot. |
The current view.
public ISchedulerView View { get; set; }
| Type | Description |
|---|---|
| ISchedulerView | The current view. |