InterfaceIRadClock
Interface
Represents the RadClock control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadClock : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
ItemElements
Get the list of clock items.
Declaration
cs-api-definition
IList<IRadClockItem> ItemElements { get; }
Property Value
Methods
GetItemByText(string)
Gets the ClockItem with given text.
Declaration
cs-api-definition
IRadClockItem GetItemByText(string itemText)
Parameters
itemText
The item text to locate
Returns
Exceptions
Thrown when a clock item with the given text cannot be found.
SelectTime(string)
Simulates user clicking on the item with given text to select that time.
Declaration
cs-api-definition
void SelectTime(string itemText)
Parameters
itemText
The item text to locate and select.