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