RadDateTimePicker
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class RadDateTimePicker : Control, IAutomationPeer, IPeerConverter, IRadDateTimePicker, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadDateTimePicker...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public RadDateTimePicker()
Properties
C#
public RadCalendar Calendar { get; }
C#
public DateTimePickerClock Clock { get; }
C#
public bool IsDropDownOpen { get; }
Implements:
C#
public bool IsReadOnly { get; }
Implements:
C#
public bool IsTooltipEnabled { get; }
Implements:
C#
public DateTime? SelectedValue { get; }
Implements:
C#
public FrameworkElement TextBoxElement { get; }
Implements:
C#
public IRadButton TodayButton { get; }
Implements:
Methods
C#
public void MouseClick(MouseClickType clickType, int offset, bool offsetFromLeft)
C#
public void MouseClick(MouseClickType clickType, int offset)
C#
public void TogglePopup()
Implements: