Table of Contents

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

IDictionary<string, object>

End

The end of the slot.

public DateTime End { get; set; }

Property Value

DateTime

Start

The start of the slot.

public DateTime Start { get; set; }

Property Value

DateTime

View

The current view.

public ISchedulerView View { get; set; }

Property Value

ISchedulerView