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.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.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.String
|
Implements
IsDropDownOpen
Declaration
public bool IsDropDownOpen { get; }
Property Value
System.Boolean
|
Implements
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Implements
IsTooltipEnabled
Declaration
public bool IsTooltipEnabled { get; }
Property Value
System.Boolean
|
Implements
SelectedValue
Declaration
public DateTime? SelectedValue { get; }
Property Value
System.Nullable<System.DateTime>
|
Implements
Text
Declaration
public override string Text { get; }
Property Value
System.String
|
Overrides
Implements
TextBoxElement
Declaration
public FrameworkElement TextBoxElement { get; }
Property Value
FrameworkElement
|
Implements
TodayButton
Methods
MouseClick(MouseClickType)
MouseClick(MouseClickType, Int32)
Declaration
public void MouseClick(MouseClickType clickType, int offset)
Parameters
MouseClickType
clickType
|
System.Int32
offset
|
MouseClick(MouseClickType, Int32, Boolean)
Declaration
public void MouseClick(MouseClickType clickType, int offset, bool offsetFromLeft)
Parameters
MouseClickType
clickType
|
System.Int32
offset
|
System.Boolean
offsetFromLeft
|
SelectDate(String)
Declaration
public void SelectDate(string buttonText)
Parameters
System.String
buttonText
|
SelectTime(String)
Declaration
public void SelectTime(string buttonText)
Parameters
System.String
buttonText
|
TogglePopup()
TypeText(String)
Declaration
public void TypeText(string text)
Parameters
System.String
text
|
WaitPopupToClose(Int32)
Declaration
public void WaitPopupToClose(int checkDuration)
Parameters
System.Int32
checkDuration
|