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