Class SelectionThumb
Inheritance
System.Object
SelectionThumb
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class SelectionThumb : PeriodSpanControlAdapter, IPeriodSpan, IRangeSelector<DateTime>
Constructors
Fields
Declaration
public static readonly DependencyProperty IntervalGroupsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IntervalItemsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsSnapToIntervalEnabledProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MaxSelectionRangeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MinSelectionRangeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty PeriodEndProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty PeriodStartProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
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 SelectionPreviewControlProperty
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
|
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty VisiblePeriodRangeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public IEnumerable<PeriodSpan> IntervalGroups { get; set; }
Property Value
|
System.Collections.Generic.IEnumerable<PeriodSpan>
|
Declaration
public IEnumerable<PeriodSpan> IntervalItems { get; set; }
Property Value
|
System.Collections.Generic.IEnumerable<PeriodSpan>
|
Declaration
public bool IsSnapToIntervalEnabled { get; set; }
Property Value
Declaration
public TimeSpan MaxSelectionRange { get; set; }
Property Value
Declaration
public TimeSpan MinSelectionRange { get; set; }
Property Value
Declaration
public DateTime PeriodEnd { get; set; }
Property Value
Declaration
public DateTime PeriodStart { get; set; }
Property Value
Declaration
public SelectionRange<DateTime> Selection { get; set; }
Property Value
Implements
Declaration
public DateTime SelectionEnd { get; set; }
Property Value
Implements
Declaration
public SelectionThumbPreview SelectionPreviewControl { get; set; }
Property Value
Declaration
public DateTime SelectionStart { get; set; }
Property Value
Implements
Declaration
public string Title { get; }
Property Value
Declaration
public SelectionRange<DateTime> VisiblePeriodRange { get; set; }
Property Value
Methods
Declaration
public void add_SelectionChanged(RadRoutedEventHandler value)
Parameters
Implements
Declaration
protected override void OnApplyTemplate()
Declaration
protected void OnCenterHandleDragCompleted(object sender, DragCompletedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.Controls.Primitives.DragCompletedEventArgs
e
|
Declaration
protected virtual void OnCenterHandleDragDelta(object sender, DragDeltaEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.Controls.Primitives.DragDeltaEventArgs
e
|
Declaration
protected void OnCenterHandleDragStarted(object sender, DragStartedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.Controls.Primitives.DragStartedEventArgs
e
|
Declaration
protected override void OnIntervalChanged()
Overrides
Declaration
protected void OnLeftHandleDragCompleted(object sender, DragCompletedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.Controls.Primitives.DragCompletedEventArgs
e
|
Declaration
protected virtual void OnLeftHandleDragDelta(object sender, DragDeltaEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.Controls.Primitives.DragDeltaEventArgs
e
|
Declaration
protected void OnLeftHandleDragStarted(object sender, DragStartedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.Controls.Primitives.DragStartedEventArgs
e
|
Declaration
protected void OnRightHandleDragCompleted(object sender, DragCompletedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.Controls.Primitives.DragCompletedEventArgs
e
|
Declaration
protected virtual void OnRightHandleDragDelta(object sender, DragDeltaEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.Controls.Primitives.DragDeltaEventArgs
e
|
Declaration
protected void OnRightHandleDragStarted(object sender, DragStartedEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.Controls.Primitives.DragStartedEventArgs
e
|
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