ClassRadMonthYearPicker
Class
Represents the RadMonthYearPicker for ASP.NET AJAX control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public class RadMonthYearPicker : RadPicker
Inheritance: objectControlHtmlControlHtmlContainerControlRadPickerRadMonthYearPicker
Inherited Members
Constructors
RadMonthYearPicker()
Initializes a new instance of the RadMonthYearPicker class.
Declaration
cs-api-definition
public RadMonthYearPicker()
RadMonthYearPicker(Element)
Initializes a new instance of the RadMonthYearPicker class.
Properties
FastNavigationPopup
Gets the FastNavigationPopup object of the picker
Declaration
cs-api-definition
public CalendarFastNavigationPopup FastNavigationPopup { get; }
Property Value
IsFastNavigationPopupOpen
Gets the visibility of FastNavigationPopup
Methods
OpenFastNavPopup()
Clicks on the button which opens the FastNavigationPopup.
Declaration
cs-api-definition
public void OpenFastNavPopup()