RadClock
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadClock : ItemsControl, IAutomationPeer, IPeerConverter, IRadClock, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlRadClock...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public RadClock()
Properties
C#
public IList<IRadClockItem> ItemElements { get; }
Implements:
C#
[Obsolete("The property is deprecated. Please use .ItemElements instead.")]
public IList<RadClockItem> Items { get; }
C#
public TimeSpan SelectedTime { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides:
Implements:
C#
public IRadClockItem GetItemByText(string itemText)
Implements: