Supplies information about a LoadData event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class SchedulerLoadDataEventArgsSupplies information about a LoadData event that is being raised.
public SchedulerLoadDataEventArgs()The start of the currently rendered period.
public DateTime End { get; set; }
| Type | Description |
|---|---|
| DateTime | The start of the currently rendered period. |
The start of the currently rendered period.
public DateTime Start { get; set; }
| Type | Description |
|---|---|
| DateTime | The start of the currently rendered period. |
The selected view of the scheduler.
public ISchedulerView View { get; set; }
| Type | Description |
|---|---|
| ISchedulerView | The selected view of the scheduler. |