SchedulerLoadDataEventArgs Class

Supplies information about a LoadData event that is being raised.

Inheritance

Object

SchedulerLoadDataEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class SchedulerLoadDataEventArgs

Constructors

SchedulerLoadDataEventArgslink

Supplies information about a LoadData event that is being raised.

Declaration
public SchedulerLoadDataEventArgs()

Properties

Endlink

The start of the currently rendered period.

Declaration
public DateTime End { get; set; }
Property Value
Type Description
DateTimeThe start of the currently rendered period.

Startlink

The start of the currently rendered period.

Declaration
public DateTime Start { get; set; }
Property Value
Type Description
DateTimeThe start of the currently rendered period.

Viewlink

The selected view of the scheduler.

Declaration
public ISchedulerView View { get; set; }
Property Value
Type Description
ISchedulerViewThe selected view of the scheduler.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙