New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class CalendarNavigatingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsCalendarNavigatingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

C#
public CalendarNavigatingEventArgs(DateTime startDate, CalendarNavigationDirection direction, bool isFastNavigation)
Parameters:startDateDateTimedirectionCalendarNavigationDirectionisFastNavigationbool

Properties

Gets the direction of the navigation.

C#
public CalendarNavigationDirection Direction { get; }

Indicates whether the fast navigation buttons were used.

C#
public bool IsFastNavigation { get; }

Gets or sets the start date of the new view.

C#
public DateTime StartDate { get; set; }