Class CalendarNavigatingEventArgs
Inheritance
System.Object
CalendarNavigatingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CalendarNavigatingEventArgs : CancelEventArgs
public class CalendarNavigatingEventArgs : CancelEventArgs
public CalendarNavigatingEventArgs(DateTime startDate, CalendarNavigationDirection direction, bool isFastNavigation)
System.DateTime
startDate
|
CalendarNavigationDirection
direction
|
System.Boolean
isFastNavigation
|
Gets the direction of the navigation.
public CalendarNavigationDirection Direction { get; }
CalendarNavigationDirection
|
Indicates whether the fast navigation buttons were used.
public bool IsFastNavigation { get; }
System.Boolean
|
Gets or sets the start date of the new view.
public DateTime StartDate { get; set; }
System.DateTime
|
Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.