Class RadTimeSpanPicker
Inheritance
System.Object
RadTimeSpanPicker
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 RadTimeSpanPicker : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadTimeSpanPicker()
Declaration
public RadTimeSpanPicker()
Properties
ClearButton
CloseButton
Components
Declaration
public IList<RadTimeSpanPickerComponent> Components { get; }
Property Value
System.Collections.Generic.IList<RadTimeSpanPickerComponent>
|
Culture
Declaration
public string Culture { get; }
Property Value
System.String
|
IsDropDownOpen
Declaration
public bool IsDropDownOpen { get; }
Property Value
System.Boolean
|
Text
Declaration
public override string Text { get; }
Property Value
System.String
|
Overrides
Value
Declaration
public TimeSpan? Value { get; }
Property Value
System.Nullable<System.TimeSpan>
|
WatermarkTextBoxElement
Declaration
public IRadWatermarkTextBox WatermarkTextBoxElement { get; }
Property Value
IRadWatermarkTextBox
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
ClickClearButton()
Declaration
public void ClickClearButton()
ClickCloseButton()
Declaration
public void ClickCloseButton()
GetTimeSpanPickerComponent(Int32)
Declaration
public RadTimeSpanPickerComponent GetTimeSpanPickerComponent(int index)
Parameters
System.Int32
index
|
Returns
RadTimeSpanPickerComponent
|
GetTimeSpanPickerComponent(String)
Declaration
public RadTimeSpanPickerComponent GetTimeSpanPickerComponent(string header)
Parameters
System.String
header
|
Returns
RadTimeSpanPickerComponent
|
IsItemInComponentSelected(String, String)
Declaration
public bool IsItemInComponentSelected(string componentHeader, string itemText)
Parameters
System.String
componentHeader
|
System.String
itemText
|
Returns
System.Boolean
|
SelectItemInTimeSpanComponent(String, String)
Declaration
public void SelectItemInTimeSpanComponent(string componentHeader, string itemText)
Parameters
System.String
componentHeader
|
System.String
itemText
|
SelectItemInTimeSpanComponent(String, String, ListBoxSelectionModifierKey)
Declaration
public void SelectItemInTimeSpanComponent(string componentHeader, string itemText, ListBoxSelectionModifierKey modifier)
Parameters
System.String
componentHeader
|
System.String
itemText
|
ListBoxSelectionModifierKey
modifier
|
TogglePopup()
Declaration
public void TogglePopup()