Class TimeBarIntervalControlBase
Base class for all controls that visualize Rad
Namespace: Telerik.Windows.Controls.TimeBar
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class TimeBarIntervalControlBase : TimeIntervalControlBase
Constructors
TimeBarIntervalControlBase()
Declaration
protected TimeBarIntervalControlBase()
Fields
IsDragSelectedProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsDragSelectedProperty
Field Value
System.
|
Properties
IsDragSelected
Gets or sets a value that indicates whether the Time
Declaration
public bool IsDragSelected { get; set; }
Property Value
System.
|
Methods
OnIsDragSelectedChanged()
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. |