Interface
IRadClock

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: DateTimePickerClockRadClockDateTimePickerClockRadClock

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

ItemElements

Get the list of clock items.

Declaration

cs-api-definition
IList<IRadClockItem> ItemElements { get; }

Property Value

IList<IRadClockItem>

Title

Get the title text in the header.

Declaration

cs-api-definition
string Title { get; }

Property Value

string

Methods

GetItemByText(string)

Gets the ClockItem with given text.

Declaration

cs-api-definition
IRadClockItem GetItemByText(string itemText)

Parameters

itemText

string

The item text to locate

Returns

IRadClockItem

Exceptions

ArgumentException

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

string

The item text to locate and select.