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.
|
Title
Declaration
string Title { get; }
Property Value
System.
|
Methods
GetItemByText(String)
Declaration
IRadClockItem GetItemByText(string itemText)
Parameters
System.
|
Returns
SelectTime(String)
Declaration
void SelectTime(string itemText)
Parameters
System.
|