Class RadClockItem
Represents a RadClockItem control.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class RadClockItem : RadListBoxItem, ISelectorItem
Constructors
RadClockItem()
Fields
IsFocusedProperty
Identifies the IsFocused dependency property.
Declaration
public static readonly DependencyProperty IsFocusedProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsFocused
Gets the bool value indicating whether the control is focused or not. This is a dependency property.
Declaration
public bool IsFocused { get; }
Property Value
System.Boolean
|