Class SchedulerSlotRenderEventArgs
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about a SlotRender event that is being raised.
public class SchedulerSlotRenderEventArgs
- Inheritance
-
SchedulerSlotRenderEventArgs
- Inherited Members
Constructors
SchedulerSlotRenderEventArgs()
public SchedulerSlotRenderEventArgs()
Properties
Attributes
HTML attributes to apply to the slot element.
public IDictionary<string, object> Attributes { get; set; }
Property Value
End
The end of the slot.
public DateTime End { get; set; }
Property Value
Start
The start of the slot.
public DateTime Start { get; set; }
Property Value
View
The current view.
public ISchedulerView View { get; set; }