Class TimeBarIntervalControlBase
Base class for all controls that visualize RadTimeBar intervals.
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 IsDragSelected dependency property.
Declaration
public static readonly DependencyProperty IsDragSelectedProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsDragSelected
Gets or sets a value that indicates whether the TimeBarIntervalControlBase is part of a pending selection operation.
Declaration
public bool IsDragSelected { get; set; }
Property Value
System.Boolean
|
Methods
OnIsDragSelectedChanged()
OnMouseEnter(MouseEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.MouseEnter attached event is raised on this element.
Declaration
protected override void OnMouseEnter(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs that contains the event data. |
OnMouseLeave(MouseEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.MouseLeave attached event is raised on this element.
Declaration
protected override void OnMouseLeave(MouseEventArgs e)
Parameters
System.Windows.Input.MouseEventArgs
e
The System.Windows.Input.MouseEventArgs that contains the event data. |