Class SchedulerLoadDataEventArgs
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about a LoadData event that is being raised.
public class SchedulerLoadDataEventArgs
- Inheritance
-
SchedulerLoadDataEventArgs
- Inherited Members
Constructors
SchedulerLoadDataEventArgs()
public SchedulerLoadDataEventArgs()
Properties
End
The start of the currently rendered period.
public DateTime End { get; set; }
Property Value
Start
The start of the currently rendered period.
public DateTime Start { get; set; }