Class RadTimeBar
Inheritance
System.Object
RadTimeBar
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadTimeBar : TimeBarBase, IRangeSelector<DateTime>
Constructors
Fields
Declaration
public static readonly DependencyProperty ActualSelectionEndProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ActualSelectionStartProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty EnableSparklineVirtualizationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly RoutedEvent HoveredPeriodChangedEvent
Field Value
Declaration
public static readonly DependencyProperty HoveredPeriodProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsSnapToIntervalEnabledProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty LeftSelectionIndicatorVisibilityProperty
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 RightSelectionIndicatorVisibilityProperty
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 SelectionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SelectionStartProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SelectionThumbStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SelectionVisibilityIndicatorStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public DateTime ActualSelectionEnd { get; }
Property Value
Declaration
public DateTime ActualSelectionStart { get; }
Property Value
Declaration
public bool EnableSparklineVirtualization { get; set; }
Property Value
Declaration
public Nullable<SelectionRange<DateTime>> HoveredPeriod { get; }
Property Value
Declaration
public bool IsSnapToIntervalEnabled { get; set; }
Property Value
Declaration
public Visibility LeftSelectionIndicatorVisibility { get; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Declaration
public TimeSpan MaxSelectionRange { get; set; }
Property Value
Declaration
public TimeSpan MinSelectionRange { get; set; }
Property Value
Declaration
public Visibility RightSelectionIndicatorVisibility { get; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
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
Declaration
public Style SelectionThumbStyle { get; set; }
Property Value
Declaration
public Style SelectionVisibilityIndicatorStyle { get; set; }
Property Value
Methods
Declaration
public void add_SelectionChanged(RadRoutedEventHandler value)
Parameters
Implements
Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
|
System.Object
oldContent
|
|
System.Object
newContent
|
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Declaration
protected virtual void OnHoveredPeriodChanged(Nullable<SelectionRange<DateTime>> hoveredPeriod)
Parameters
Declaration
protected virtual void OnSelectionChanged()
Declaration
public void remove_SelectionChanged(RadRoutedEventHandler value)
Parameters
Implements
Events
Declaration
public event EventHandler ActualSelectionChanged
Event Type
Declaration
public event EventHandler<HoveredPeriodEventArgs> HoveredPeriodChanged
Event Type
Declaration
public event RadRoutedEventHandler SelectionChanged
Event Type
Implements
Extension Methods