Class TimeBarIntervalControlBase
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class TimeBarIntervalControlBase : TimeIntervalControlBase
Constructors
TimeBarIntervalControlBase()
Declaration
protected TimeBarIntervalControlBase()
Fields
IsDragSelectedProperty
Declaration
public static readonly DependencyProperty IsDragSelectedProperty
Field Value
Microsoft.
|
Properties
IsDragSelected
Declaration
public bool IsDragSelected { get; set; }
Property Value
System.
|
Methods
OnIsDragSelectedChanged()
Declaration
protected virtual void OnIsDragSelectedChanged()
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Microsoft.
|