Class RadDateTimePicker
Inheritance
System.Object
RadDateTimePicker
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadDateTimePicker : Control, IAutomationPeer, IPeerConverter, IRadDateTimePicker, IControl, IFrameworkElement, ITargetElement
Constructors
RadDateTimePicker()
Declaration
public RadDateTimePicker()
Properties
Calendar
Clock
Culture
Declaration
public string Culture { get; }
Property Value
System.
|
Implements
IsDropDownOpen
Declaration
public bool IsDropDownOpen { get; }
Property Value
System.
|
Implements
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.
|
Implements
IsTooltipEnabled
Declaration
public bool IsTooltipEnabled { get; }
Property Value
System.
|
Implements
SelectedValue
Declaration
public DateTime? SelectedValue { get; }
Property Value
System.
|
Implements
Text
Declaration
public override string Text { get; }
Property Value
System.
|
Overrides
Implements
TextBox
Declaration
[Obsolete("The property is deprecated. Please use .TextBoxElement instead.")]
public RadWatermarkTextBox TextBox { get; }
Property Value
TextBoxElement
Declaration
public FrameworkElement TextBoxElement { get; }
Property Value
Implements
TodayButton
Declaration
public IRadButton TodayButton { get; }
Property Value
Implements
Methods
MouseClick(MouseClickType)
MouseClick(MouseClickType, Int32)
Declaration
public void MouseClick(MouseClickType clickType, int offset)
Parameters
Mouse
|
System.
|
MouseClick(MouseClickType, Int32, Boolean)
Declaration
public void MouseClick(MouseClickType clickType, int offset, bool offsetFromLeft)
Parameters
Mouse
|
System.
|
System.
|
SelectDate(String)
Declaration
public void SelectDate(string buttonText)
Parameters
System.
|
SelectTime(String)
Declaration
public void SelectTime(string buttonText)
Parameters
System.
|
TogglePopup()
TypeText(String)
Declaration
public void TypeText(string text)
Parameters
System.
|
WaitPopupToClose(Int32)
Declaration
public void WaitPopupToClose(int checkDuration)
Parameters
System.
|