Base class for all controls that visualize RadTimeBar intervals.
Definition
Namespace:Telerik.Windows.Controls.TimeBar
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public abstract class TimeBarIntervalControlBase : TimeIntervalControlBase
Inheritance: objectTimeIntervalControlBaseTimeBarIntervalControlBase
Derived Classes:
Inherited Members
Constructors
C#
protected TimeBarIntervalControlBase()
Fields
IsDragSelectedProperty
DependencyProperty
Identifies the IsDragSelected dependency property.
C#
public static readonly DependencyProperty IsDragSelectedProperty
Properties
Gets or sets a value that indicates whether the TimeBarIntervalControlBase is part of a pending selection operation.
C#
public bool IsDragSelected { get; set; }
Methods
Called when IsDragSelected changes.
C#
protected virtual void OnIsDragSelectedChanged()
Invoked when an unhandled attached event is raised on this element.
C#
protected override void OnMouseEnter(MouseEventArgs e)
The MouseEventArgs that contains the event data.
Invoked when an unhandled attached event is raised on this element.
C#
protected override void OnMouseLeave(MouseEventArgs e)
The MouseEventArgs that contains the event data.