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