New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Command
SelectedDate
Telerik.Web.UI.SchedulerNavigationCommandEventArgs
Provides data for the E:Telerik.Web.UI.RadScheduler.NavigationCommand event of the Telerik.Web.UI.RadScheduler control.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- System.ComponentModel.CancelEventArgs
- Telerik.Web.UI.SchedulerNavigationCommandEventArgs
Properties
Command SchedulerNavigationCommand
The type of navigation command that is being processed.
SelectedDate DateTime
The new date that has been selected.
Remarks
This property is applicable only for the NavigateToSelectedDate and SwitchToSelectedDay commands.