Class SchedulerTodaySelectEventArgs
Supplies information about a TodaySelect event that is being raised.
Inheritance
System.Object
SchedulerTodaySelectEventArgs
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class SchedulerTodaySelectEventArgs : object
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 |