Class TimelineItemControlBase
Base class for all controls that visualize timeline items.
Inheritance
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class TimelineItemControlBase : Control
Constructors
TimelineItemControlBase()
Initializes a new instance of the Timeline
Declaration
protected TimelineItemControlBase()
Fields
IsHoveredProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsHoveredProperty
Field Value
System.
|
IsSelectedProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.
|
Properties
IsHovered
Gets a value that indicates whether the mouse is over the Timeline
Declaration
public bool IsHovered { get; }
Property Value
System.
|
IsSelected
Gets or sets a value that indicates whether the Timeline
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal
processes call System.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System. The System. |
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System. The System. |