Class
CalendarNavigatingEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CalendarNavigatingEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsCalendarNavigatingEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

CalendarNavigatingEventArgs(DateTime, CalendarNavigationDirection, bool)

Declaration

cs-api-definition
public CalendarNavigatingEventArgs(DateTime startDate, CalendarNavigationDirection direction, bool isFastNavigation)

Parameters

startDate

DateTime

direction

CalendarNavigationDirection

isFastNavigation

bool

Properties

Direction

Gets the direction of the navigation.

Declaration

cs-api-definition
public CalendarNavigationDirection Direction { get; }

Property Value

CalendarNavigationDirection

IsFastNavigation

Indicates whether the fast navigation buttons were used.

Declaration

cs-api-definition
public bool IsFastNavigation { get; }

Property Value

bool

StartDate

Gets or sets the start date of the new view.

Declaration

cs-api-definition
public DateTime StartDate { get; set; }

Property Value

DateTime