Interface IRadClock
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadClock : IControl, IFrameworkElement, ITargetElement
Properties
ItemElements
Declaration
IList<IRadClockItem> ItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadClockItem>
|
Title
Declaration
string Title { get; }
Property Value
System.String
|
Methods
GetItemByText(String)
Declaration
IRadClockItem GetItemByText(string itemText)
Parameters
System.String
itemText
|
Returns
IRadClockItem
|
SelectTime(String)
Declaration
void SelectTime(string itemText)
Parameters
System.String
itemText
|