Table of Contents

Class SchedulerTodaySelectEventArgs

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Supplies information about a TodaySelect event that is being raised.

public class SchedulerTodaySelectEventArgs
Inheritance
SchedulerTodaySelectEventArgs
Inherited Members

Constructors

SchedulerTodaySelectEventArgs()

public SchedulerTodaySelectEventArgs()

Properties

Today

Today's date. You can change this value to navigate to a different date.

public DateTime Today { get; set; }

Property Value

DateTime