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 TimeBarBase

Inheritance
System.Object
TimeBarBase
RadTimeBar
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll

Syntax

public abstract class TimeBarBase : ContentControl

Constructors

TimeBarBase()

Declaration
protected TimeBarBase()

Fields

ActualMinZoomRangeProperty

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

ActualVisiblePeriodRangeProperty

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

CurrentGroupIntervalProperty

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

CurrentItemIntervalProperty

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

GroupIntervalChangedEvent

Declaration
public static readonly RoutedEvent GroupIntervalChangedEvent
Field Value
RoutedEvent

GroupPeriodHeaderStyleProperty

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

IntervalGroupsProperty

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

IntervalItemsProperty

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

IntervalsProperty

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

ItemIntervalChangedEvent

Declaration
public static readonly RoutedEvent ItemIntervalChangedEvent
Field Value
RoutedEvent

LargeChangeProperty

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

MaxZoomRangeProperty

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

MinZoomRangeProperty

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

PeriodEndProperty

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

PeriodHeaderStyleProperty

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

PeriodStartProperty

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

ScrollModeProperty

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

SliderStyleProperty

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

SmallChangeProperty

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

SpecialSlotsGeneratorProperty

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

SpecialSlotsProperty

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

VisiblePeriodChangedEvent

Declaration
public static readonly RoutedEvent VisiblePeriodChangedEvent
Field Value
RoutedEvent

VisiblePeriodEndProperty

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

VisiblePeriodProperty

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

VisiblePeriodStartProperty

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

Properties

ActualMinZoomRange

Declaration
public TimeSpan ActualMinZoomRange { get; }
Property Value
System.TimeSpan

ActualVisiblePeriodRange

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

CurrentGroupInterval

Declaration
public IntervalBase CurrentGroupInterval { get; }
Property Value
IntervalBase

CurrentItemInterval

Declaration
public IntervalBase CurrentItemInterval { get; }
Property Value
IntervalBase

GroupPeriodHeaderStyle

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

IntervalGroups

Declaration
public IEnumerable<PeriodSpan> IntervalGroups { get; }
Property Value
System.Collections.Generic.IEnumerable<PeriodSpan>

IntervalItems

Declaration
public IEnumerable<PeriodSpan> IntervalItems { get; }
Property Value
System.Collections.Generic.IEnumerable<PeriodSpan>

Intervals

Declaration
public IntervalCollection Intervals { get; }
Property Value
IntervalCollection

IsInitialized

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

LargeChange

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

MaxZoomRange

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

MinZoomRange

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

PeriodEnd

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

PeriodHeaderStyle

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

PeriodStart

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

ScrollMode

Declaration
public ScrollMode ScrollMode { get; set; }
Property Value
ScrollMode

SliderStyle

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

SmallChange

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

SpecialSlots

Declaration
public IEnumerable<IPeriodSpan> SpecialSlots { get; }
Property Value
System.Collections.Generic.IEnumerable<IPeriodSpan>

SpecialSlotsGenerator

Declaration
public ITimeRangeGenerator SpecialSlotsGenerator { get; set; }
Property Value
ITimeRangeGenerator

VisiblePeriod

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

VisiblePeriodEnd

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

VisiblePeriodStart

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

Methods

add_VisiblePeriodChanged(RadRoutedEventHandler)

Declaration
public void add_VisiblePeriodChanged(RadRoutedEventHandler value)
Parameters
RadRoutedEventHandler value

ConvertPointToDateTime(Point)

Declaration
public DateTime ConvertPointToDateTime(Point coordinates)
Parameters
Windows.Foundation.Point coordinates

Returns
System.DateTime

OnApplyTemplate()

Declaration
protected override void OnApplyTemplate()

OnGroupIntervalChanged(IntervalBase, IntervalBase)

Declaration
protected virtual void OnGroupIntervalChanged(IntervalBase oldInterval, IntervalBase newInterval)
Parameters
IntervalBase oldInterval

IntervalBase newInterval

OnItemIntervalChanged(IntervalBase, IntervalBase)

Declaration
protected virtual void OnItemIntervalChanged(IntervalBase oldInterval, IntervalBase newInterval)
Parameters
IntervalBase oldInterval

IntervalBase newInterval

OnPointerWheelChanged(PointerRoutedEventArgs)

Declaration
protected override void OnPointerWheelChanged(PointerRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs e

OnSliderSelectionChanged(Object, RadRoutedEventArgs)

Declaration
protected virtual void OnSliderSelectionChanged(object sender, RadRoutedEventArgs e)
Parameters
System.Object sender

RadRoutedEventArgs e

OnVisiblePeriodChanged()

Declaration
protected virtual void OnVisiblePeriodChanged()

RegisterCommand(ICommand, ExecutedRoutedEventHandler, CanExecuteRoutedEventHandler)

Declaration
protected static void RegisterCommand(ICommand command, ExecutedRoutedEventHandler executed, CanExecuteRoutedEventHandler canExecute)
Parameters
System.Windows.Input.ICommand command

ExecutedRoutedEventHandler executed

CanExecuteRoutedEventHandler canExecute

remove_VisiblePeriodChanged(RadRoutedEventHandler)

Declaration
public void remove_VisiblePeriodChanged(RadRoutedEventHandler value)
Parameters
RadRoutedEventHandler value

Events

ActualVisiblePeriodRangeChanged

Declaration
public event EventHandler ActualVisiblePeriodRangeChanged
Event Type
System.EventHandler

GroupIntervalChanged

Declaration
public event EventHandler<DrillEventArgs> GroupIntervalChanged
Event Type
System.EventHandler<DrillEventArgs>

ItemIntervalChanged

Declaration
public event EventHandler<DrillEventArgs> ItemIntervalChanged
Event Type
System.EventHandler<DrillEventArgs>

VisiblePeriodChanged

Declaration
public event RadRoutedEventHandler VisiblePeriodChanged
Event Type
RadRoutedEventHandler

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.