RadTimeSpanPicker
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class RadTimeSpanPicker : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadTimeSpanPicker...
Implements:
Inherited Members
Constructors
C#
public RadTimeSpanPicker()
Properties
C#
public RadButton ClearButton { get; }
C#
public RadButton CloseButton { get; }
C#
public IList<RadTimeSpanPickerComponent> Components { get; }
C#
public bool IsDropDownOpen { get; }
C#
public IRadWatermarkTextBox WatermarkTextBoxElement { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
C#
public void ClickClearButton()
C#
public void ClickCloseButton()
C#
public RadTimeSpanPickerComponent GetTimeSpanPickerComponent(int index)
C#
public RadTimeSpanPickerComponent GetTimeSpanPickerComponent(string header)
C#
public void SelectItemInTimeSpanComponent(string componentHeader, string itemText, ListBoxSelectionModifierKey modifier)
C#
public void TogglePopup()