Class TimeBarIntervalContainerBase
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class TimeBarIntervalContainerBase : TimeIntervalContainerBase, IRangeSelector<DateTime>
Constructors
TimeBarIntervalContainerBase()
Declaration
protected TimeBarIntervalContainerBase()
Fields
SelectionChangedEvent
SelectionEndProperty
Declaration
public static readonly DependencyProperty SelectionEndProperty
Field Value
Microsoft.
|
SelectionProperty
Declaration
public static readonly DependencyProperty SelectionProperty
Field Value
Microsoft.
|
SelectionStartProperty
Declaration
public static readonly DependencyProperty SelectionStartProperty
Field Value
Microsoft.
|
Properties
IsDragging
Declaration
protected bool IsDragging { get; }
Property Value
System.
|
Selection
Declaration
public SelectionRange<DateTime> Selection { get; set; }
Property Value
Selection
|
Implements
SelectionEnd
Declaration
public DateTime SelectionEnd { get; set; }
Property Value
System.
|
Implements
SelectionStart
Declaration
public DateTime SelectionStart { get; set; }
Property Value
System.
|
Implements
Methods
add_SelectionChanged(RadRoutedEventHandler)
Declaration
public void add_SelectionChanged(RadRoutedEventHandler value)
Parameters
Rad
|
Implements
GetHoveredChildren(Point, UIElement)
Declaration
protected virtual IEnumerable<TimeBarIntervalControlBase> GetHoveredChildren(Point point, UIElement subtree)
Parameters
Windows.
|
Microsoft.
|
Returns
System.
|
GetHoveredChildren(Point, Point, UIElement)
Declaration
protected virtual IEnumerable<TimeBarIntervalControlBase> GetHoveredChildren(Point dragStartPoint, Point dragEndPoint, UIElement subtree)
Parameters
Windows.
|
Windows.
|
Microsoft.
|
Returns
System.
|
OnPointerMoved(PointerRoutedEventArgs)
Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerPressed(PointerRoutedEventArgs)
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerReleased(PointerRoutedEventArgs)
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnSelectionChanged()
Declaration
protected virtual void OnSelectionChanged()
remove_SelectionChanged(RadRoutedEventHandler)
Declaration
public void remove_SelectionChanged(RadRoutedEventHandler value)
Parameters
Rad
|
Implements
Events
SelectionChanged
Declaration
public event RadRoutedEventHandler SelectionChanged