Class
TimeBarIntervalControlBase

Base class for all controls that visualize RadTimeBar intervals.

Definition

Namespace:Telerik.Windows.Controls.TimeBar

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public abstract class TimeBarIntervalControlBase : TimeIntervalControlBase

Inheritance: objectTimeIntervalControlBaseTimeBarIntervalControlBase

Derived Classes: GroupControlItemControl

Inherited Members TimeIntervalControlBase.HeaderStylePropertyTimeIntervalControlBase.HeaderStyle

Constructors

TimeBarIntervalControlBase()

Declaration

cs-api-definition
protected TimeBarIntervalControlBase()

Fields

IsDragSelectedProperty

Identifies the IsDragSelected dependency property.

Declaration

cs-api-definition
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.

Declaration

cs-api-definition
public bool IsDragSelected { get; set; }

Property Value

bool

Methods

OnIsDragSelectedChanged()

Called when IsDragSelected changes.

Declaration

cs-api-definition
protected virtual void OnIsDragSelectedChanged()

OnMouseEnter(MouseEventArgs)

Invoked when an unhandled attached event is raised on this element.

Declaration

cs-api-definition
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

cs-api-definition
protected override void OnMouseLeave(MouseEventArgs e)

Parameters

e

MouseEventArgs

The MouseEventArgs that contains the event data.