ClassRadTimeSpanPickerComponent
Represents the RadTimeSpanPickerComponent control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadTimeSpanPickerComponent : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadTimeSpanPickerComponent
Implements:
Inherited Members
Constructors
RadTimeSpanPickerComponent()
Initializes a new instance of the RadTimeSpanPickerComponent class.
Declaration
public RadTimeSpanPickerComponent()
Properties
Header
Get the text of the TimeSpanPickerComponent header.
ItemsHolder
Get the ListBox holding the items of the of the TimeSpanPickerComponent.
Methods
IsItemSelected(string)
Checks if an item in this component is selected. Returns true if the item is selected and false if it is not selected.
SelectItem(int)
Simulates user clicking on the spesific ListBoxItem in the current RadTimeSpanPickerComponent.
The index of the item.SelectItem(string)
Simulates user clicking on the spesific ListBoxItem in the current RadTimeSpanPickerComponent.
The text of the item.SelectItem(string, ListBoxSelectionModifierKey)
Simulate user selecting the item with the given text using modifier key.
Declaration
public void SelectItem(string itemText, ListBoxSelectionModifierKey modifier)
Parameters
itemText
The text of the item to be selected.
modifier
The modifier key that is used.