Class SchedulerTodaySelectEventArgs
Supplies information about a TodaySelect event that is being raised.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class SchedulerTodaySelectEventArgs
Constructors
SchedulerTodaySelectEventArgs()
Supplies information about a TodaySelect event that is being raised.
Declaration
public SchedulerTodaySelectEventArgs()
Properties
Today
Today's date. You can change this value to navigate to a different date.
Declaration
public DateTime Today { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |