skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadTimeBar

Inheritance
System.Object
TimeBarBase
RadTimeBar
Inherited Members
TimeBarBase.VisiblePeriodChangedEvent
TimeBarBase.GroupIntervalChangedEvent
TimeBarBase.ItemIntervalChangedEvent
TimeBarBase.ActualVisiblePeriodRangeProperty
TimeBarBase.ActualMinZoomRangeProperty
TimeBarBase.PeriodEndProperty
TimeBarBase.PeriodStartProperty
TimeBarBase.VisiblePeriodProperty
TimeBarBase.VisiblePeriodEndProperty
TimeBarBase.VisiblePeriodStartProperty
TimeBarBase.LargeChangeProperty
TimeBarBase.SmallChangeProperty
TimeBarBase.MinZoomRangeProperty
TimeBarBase.MaxZoomRangeProperty
TimeBarBase.ScrollModeProperty
TimeBarBase.SpecialSlotsGeneratorProperty
TimeBarBase.SliderStyleProperty
TimeBarBase.PeriodHeaderStyleProperty
TimeBarBase.GroupPeriodHeaderStyleProperty
TimeBarBase.IntervalsProperty
TimeBarBase.IntervalGroupsProperty
TimeBarBase.IntervalItemsProperty
TimeBarBase.CurrentGroupIntervalProperty
TimeBarBase.CurrentItemIntervalProperty
TimeBarBase.SpecialSlotsProperty
TimeBarBase.add_VisiblePeriodChanged(RadRoutedEventHandler)
TimeBarBase.remove_VisiblePeriodChanged(RadRoutedEventHandler)
TimeBarBase.OnApplyTemplate()
TimeBarBase.ConvertPointToDateTime(Point)
TimeBarBase.RegisterCommand(ICommand, ExecutedRoutedEventHandler, CanExecuteRoutedEventHandler)
TimeBarBase.OnPointerWheelChanged(PointerRoutedEventArgs)
TimeBarBase.OnVisiblePeriodChanged()
TimeBarBase.OnGroupIntervalChanged(IntervalBase, IntervalBase)
TimeBarBase.OnItemIntervalChanged(IntervalBase, IntervalBase)
TimeBarBase.OnSliderSelectionChanged(Object, RadRoutedEventArgs)
TimeBarBase.ActualVisiblePeriodRange
TimeBarBase.ActualMinZoomRange
TimeBarBase.PeriodEnd
TimeBarBase.PeriodStart
TimeBarBase.VisiblePeriod
TimeBarBase.VisiblePeriodEnd
TimeBarBase.VisiblePeriodStart
TimeBarBase.LargeChange
TimeBarBase.SmallChange
TimeBarBase.MinZoomRange
TimeBarBase.MaxZoomRange
TimeBarBase.ScrollMode
TimeBarBase.SpecialSlotsGenerator
TimeBarBase.SliderStyle
TimeBarBase.PeriodHeaderStyle
TimeBarBase.GroupPeriodHeaderStyle
TimeBarBase.Intervals
TimeBarBase.IntervalGroups
TimeBarBase.IntervalItems
TimeBarBase.CurrentGroupInterval
TimeBarBase.CurrentItemInterval
TimeBarBase.SpecialSlots
TimeBarBase.IsInitialized
TimeBarBase.VisiblePeriodChanged
TimeBarBase.ActualVisiblePeriodRangeChanged
TimeBarBase.GroupIntervalChanged
TimeBarBase.ItemIntervalChanged
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.UI.Xaml.DependencyProperty

ActualSelectionStartProperty

Declaration
public static readonly DependencyProperty ActualSelectionStartProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

EnableSparklineVirtualizationProperty

Declaration
public static readonly DependencyProperty EnableSparklineVirtualizationProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HoveredPeriodChangedEvent

Declaration
public static readonly RoutedEvent HoveredPeriodChangedEvent
Field Value
RoutedEvent

HoveredPeriodProperty

Declaration
public static readonly DependencyProperty HoveredPeriodProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsSnapToIntervalEnabledProperty

Declaration
public static readonly DependencyProperty IsSnapToIntervalEnabledProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

LeftSelectionIndicatorVisibilityProperty

Declaration
public static readonly DependencyProperty LeftSelectionIndicatorVisibilityProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

MaxSelectionRangeProperty

Declaration
public static readonly DependencyProperty MaxSelectionRangeProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

MinSelectionRangeProperty

Declaration
public static readonly DependencyProperty MinSelectionRangeProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

RightSelectionIndicatorVisibilityProperty

Declaration
public static readonly DependencyProperty RightSelectionIndicatorVisibilityProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SelectionChangedEvent

Declaration
public static readonly RoutedEvent SelectionChangedEvent
Field Value
RoutedEvent

SelectionEndProperty

Declaration
public static readonly DependencyProperty SelectionEndProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SelectionProperty

Declaration
public static readonly DependencyProperty SelectionProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SelectionStartProperty

Declaration
public static readonly DependencyProperty SelectionStartProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SelectionThumbStyleProperty

Declaration
public static readonly DependencyProperty SelectionThumbStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SelectionTitleFormatStringProperty

Declaration
public static readonly DependencyProperty SelectionTitleFormatStringProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SelectionVisibilityIndicatorStyleProperty

Declaration
public static readonly DependencyProperty SelectionVisibilityIndicatorStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

ActualSelectionEnd

Declaration
public DateTime ActualSelectionEnd { get; }
Property Value
System.DateTime

ActualSelectionStart

Declaration
public DateTime ActualSelectionStart { get; }
Property Value
System.DateTime

EnableSparklineVirtualization

Declaration
public bool EnableSparklineVirtualization { get; set; }
Property Value
System.Boolean

HoveredPeriod

Declaration
public Nullable<SelectionRange<DateTime>> HoveredPeriod { get; }
Property Value
System.Nullable<SelectionRange<System.DateTime>>

IsSnapToIntervalEnabled

Declaration
public bool IsSnapToIntervalEnabled { get; set; }
Property Value
System.Boolean

LeftSelectionIndicatorVisibility

Declaration
public Visibility LeftSelectionIndicatorVisibility { get; }
Property Value
Microsoft.UI.Xaml.Visibility

MaxSelectionRange

Declaration
public TimeSpan MaxSelectionRange { get; set; }
Property Value
System.TimeSpan

MinSelectionRange

Declaration
public TimeSpan MinSelectionRange { get; set; }
Property Value
System.TimeSpan

RightSelectionIndicatorVisibility

Declaration
public Visibility RightSelectionIndicatorVisibility { get; }
Property Value
Microsoft.UI.Xaml.Visibility

Selection

Declaration
public SelectionRange<DateTime> Selection { get; set; }
Property Value
SelectionRange<System.DateTime>

Implements
IRangeSelector<T>.Selection

SelectionEnd

Declaration
public DateTime SelectionEnd { get; set; }
Property Value
System.DateTime

Implements
IRangeSelector<T>.SelectionEnd

SelectionStart

Declaration
public DateTime SelectionStart { get; set; }
Property Value
System.DateTime

Implements
IRangeSelector<T>.SelectionStart

SelectionThumbStyle

Declaration
public Style SelectionThumbStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

SelectionTitleFormatString

Declaration
public string SelectionTitleFormatString { get; set; }
Property Value
System.String

SelectionVisibilityIndicatorStyle

Declaration
public Style SelectionVisibilityIndicatorStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

Methods

add_SelectionChanged(RadRoutedEventHandler)

Declaration
public void add_SelectionChanged(RadRoutedEventHandler value)
Parameters
RadRoutedEventHandler value

Implements
IRangeSelector<T>.add_SelectionChanged(RadRoutedEventHandler)

OnContentChanged(Object, Object)

Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
System.Object oldContent

System.Object newContent

OnCreateAutomationPeer()

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer

OnHoveredPeriodChanged(Nullable<SelectionRange<DateTime>>)

Declaration
protected virtual void OnHoveredPeriodChanged(Nullable<SelectionRange<DateTime>> hoveredPeriod)
Parameters
System.Nullable<SelectionRange<System.DateTime>> hoveredPeriod

OnSelectionChanged()

Declaration
protected virtual void OnSelectionChanged()

remove_SelectionChanged(RadRoutedEventHandler)

Declaration
public void remove_SelectionChanged(RadRoutedEventHandler value)
Parameters
RadRoutedEventHandler value

Implements
IRangeSelector<T>.remove_SelectionChanged(RadRoutedEventHandler)

Events

ActualSelectionChanged

Declaration
public event EventHandler ActualSelectionChanged
Event Type
System.EventHandler

HoveredPeriodChanged

Declaration
public event EventHandler<HoveredPeriodEventArgs> HoveredPeriodChanged
Event Type
System.EventHandler<HoveredPeriodEventArgs>

SelectionChanged

Declaration
public event RadRoutedEventHandler SelectionChanged
Event Type
RadRoutedEventHandler

Implements
IRangeSelector<T>.SelectionChanged

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.