InterfaceIRadDateTimePicker
Interface
Represents the RadDateTimePicker control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadDateTimePicker : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
Culture
Gets the Culture representation of the dateTimePicker.
IsDropDownOpen
Get whether the datetimepicker popup is opened. Returns 'false' also if the popup cannot be found with the current control template.
IsReadOnly
Gets whether the DateTimePicker is read only.
IsTooltipEnabled
Gets whether the DateTimePicker has it's tooltip enabled.
SelectedValue
Gets the DateTimePicker selected date via an automation property.
TextBoxElement
Get the DateTimePicker input text box.
Declaration
cs-api-definition
FrameworkElement TextBoxElement { get; }
Property Value
TodayButton
Get the Today button.
Methods
TogglePopup()
Simulates user clicking on the calendar image to open/close the popup.
Declaration
cs-api-definition
void TogglePopup()