ClassTimeBarIntervalControlBase
Class
Base class for all controls that visualize RadTimeBar intervals.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public abstract class TimeBarIntervalControlBase : TimeIntervalControlBase
Inheritance: objectTimeIntervalControlBaseTimeBarIntervalControlBase
Derived Classes:
Inherited Members
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.
Methods
OnIsDragSelectedChanged()
Called when IsDragSelected changes.
Declaration
cs-api-definition
protected virtual void OnIsDragSelectedChanged()
OnPointerEntered(PointerRoutedEventArgs)
Declaration
cs-api-definition
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs
OnPointerExited(PointerRoutedEventArgs)
Declaration
cs-api-definition
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
e
PointerRoutedEventArgs