Interface
IRadDateTimePicker

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: RadDatePickerRadDateTimePickerRadTimePickerRadDatePickerRadDateTimePickerRadTimePicker

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

Culture

Gets the Culture representation of the dateTimePicker.

Declaration

cs-api-definition
string Culture { get; }

Property Value

string

IsDropDownOpen

Get whether the datetimepicker popup is opened. Returns 'false' also if the popup cannot be found with the current control template.

Declaration

cs-api-definition
bool IsDropDownOpen { get; }

Property Value

bool

IsReadOnly

Gets whether the DateTimePicker is read only.

Declaration

cs-api-definition
bool IsReadOnly { get; }

Property Value

bool

IsTooltipEnabled

Gets whether the DateTimePicker has it's tooltip enabled.

Declaration

cs-api-definition
bool IsTooltipEnabled { get; }

Property Value

bool

SelectedValue

Gets the DateTimePicker selected date via an automation property.

Declaration

cs-api-definition
DateTime? SelectedValue { get; }

Property Value

DateTime?

TextBoxElement

Get the DateTimePicker input text box.

Declaration

cs-api-definition
FrameworkElement TextBoxElement { get; }

Property Value

FrameworkElement

TodayButton

Get the Today button.

Declaration

cs-api-definition
IRadButton TodayButton { get; }

Property Value

IRadButton

Methods

TogglePopup()

Simulates user clicking on the calendar image to open/close the popup.

Declaration

cs-api-definition
void TogglePopup()