ClassCalendarFastNavigationPopup
Represents the RadCalendar for ASP.NET AJAX fast navigation popup control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class CalendarFastNavigationPopup : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlCalendarFastNavigationPopup
Inherited Members
Constructors
CalendarFastNavigationPopup()
Initializes a new instance of the CalendarFastNavigationPopup class.
Declaration
public CalendarFastNavigationPopup()
CalendarFastNavigationPopup(Element)
Initializes a new instance of the CalendarFastNavigationPopup class. Create the control.
Declaration
public CalendarFastNavigationPopup(Element element)
Parameters
element
Properties
ClientSideLocator
The client-side locator of the navigation popup.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
FirstYear
Gets the firt year which the popup is displaying.
IsFastNavigationOpen
Gets the visibility of the popup.
LastYear
Gets the last year which the popup is displaying.
LocatorExpression
Get the item locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
SelectedMonth
Gets the selected month string of the popup.
SelectedYear
Gets the selected year of the popup.
Methods
AssignElement(Element)
Assign a base element for this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element associated with the control.
Overrides
PreviousYears()
Navigates to previous years.
Declaration
public void PreviousYears()
SelectMonth(string)
Selects a month.
Declaration
public void SelectMonth(string month)
Parameters
month
The month string.
SelectYear(string)
Selects an year.
Declaration
public void SelectYear(string year)
Parameters
year
The year string.