skip navigation
  • Product Bundles

    DevCraft

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

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class TimelineViewDefinition

Represents a definition of a view that shows customizable number of days as in day view mode.

Inheritance
System.Object
ViewDefinitionBase
MultidayViewDefinition
TimelineViewDefinition
Inherited Members
MultidayViewDefinition.GroupHeaderDateStringFormatProperty
MultidayViewDefinition.OrientationProperty
MultidayViewDefinition.MinorTickLengthProperty
MultidayViewDefinition.MajorTickLengthProperty
MultidayViewDefinition.TimerulerMinorTickStringFormatProperty
MultidayViewDefinition.GetOrientation()
MultidayViewDefinition.GetMinorTickLength()
MultidayViewDefinition.GetMajorTickLength()
MultidayViewDefinition.GroupHeaderDateStringFormat
MultidayViewDefinition.Orientation
MultidayViewDefinition.MinorTickLength
MultidayViewDefinition.MajorTickLength
MultidayViewDefinition.TimerulerMinorTickStringFormat
ViewDefinitionBase.CalendarWeekRuleProperty
ViewDefinitionBase.StretchGroupHeadersProperty
ViewDefinitionBase.TitleProperty
ViewDefinitionBase.LargeChangeIntervalProperty
ViewDefinitionBase.SmallChangeIntervalProperty
ViewDefinitionBase.DayEndTimeProperty
ViewDefinitionBase.DayStartTimeProperty
ViewDefinitionBase.VisibleDaysProperty
ViewDefinitionBase.FirstDayOfWeekProperty
ViewDefinitionBase.MinTimeRulerExtentProperty
ViewDefinitionBase.MaxTimeRulerExtentProperty
ViewDefinitionBase.SubGroupsFilterProperty
ViewDefinitionBase.GroupFilterProperty
ViewDefinitionBase.AppointmentFilterProperty
ViewDefinitionBase.OccurrenceFilterProperty
ViewDefinitionBase.TimerulerMajorTickStringFormatProperty
ViewDefinitionBase.SlotGenarationBehaviorProperty
ViewDefinitionBase.SnapBehaviorProperty
ViewDefinitionBase.ToString()
ViewDefinitionBase.ISlotConvertor.CreateRecurringSlot(IDateSpan, IDateSpan, DayOfWeek)
ViewDefinitionBase.GetMinTimeRulerExtent(Double)
ViewDefinitionBase.GetMaxTimeRulerExtent(Double)
ViewDefinitionBase.FormatVisibleRangeText(IFormatProvider, DateTime, DateTime, DateTime)
ViewDefinitionBase.FormatWeekGroupHeaderName(IFormatProvider, IList<DateTime>, Int32)
ViewDefinitionBase.GetShowWeekGroupHeaders()
ViewDefinitionBase.PrepareContainerForItemOverride(DependencyObject, Object)
ViewDefinitionBase.CreateRecurringSlot(IDateSpan, IDateSpan, DayOfWeek)
ViewDefinitionBase.GetVisibleRangeStart(DateTime, CultureInfo, Nullable<DayOfWeek>)
ViewDefinitionBase.GetVisibleRangeEnd(DateTime, CultureInfo, Nullable<DayOfWeek>)
ViewDefinitionBase.GetGroupDescriptions()
ViewDefinitionBase.OnPropertyChanged(String)
ViewDefinitionBase.OnPropertyChanged<T>(Expression<Func<T>>)
ViewDefinitionBase.OnPropertyChanged(PropertyChangedEventArgs)
ViewDefinitionBase.CalendarWeekRule
ViewDefinitionBase.StretchGroupHeaders
ViewDefinitionBase.Title
ViewDefinitionBase.LargeChangeInterval
ViewDefinitionBase.SmallChangeInterval
ViewDefinitionBase.FirstDayOfWeek
ViewDefinitionBase.VisibleDays
ViewDefinitionBase.DayEndTime
ViewDefinitionBase.DayStartTime
ViewDefinitionBase.MinTimeRulerExtent
ViewDefinitionBase.MaxTimeRulerExtent
ViewDefinitionBase.SubGroupsFilter
ViewDefinitionBase.GroupFilter
ViewDefinitionBase.AppointmentFilter
ViewDefinitionBase.OccurrenceFilter
ViewDefinitionBase.TimerulerMajorTickStringFormat
ViewDefinitionBase.SlotGenarationBehavior
ViewDefinitionBase.SnapBehavior
ViewDefinitionBase.ShowTimeRuler
ViewDefinitionBase.PropertyChanged
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll

Syntax

public sealed class TimelineViewDefinition : MultidayViewDefinition, INotifyPropertyChanged, ISlotConvertor

Constructors

TimelineViewDefinition()

Initializes a new instance of the TimelineViewDefinition class.

Declaration
public TimelineViewDefinition()

Fields

ApplyStartEndTimeToEachDayProperty

Identifies the ApplyStartEndTimeToEachDay dependency property.

Declaration
public static readonly DependencyProperty ApplyStartEndTimeToEachDayProperty
Field Value
System.Windows.DependencyProperty

GroupTickLengthProperty

Identifies the GroupTickLength dependency property.

Declaration
public static readonly DependencyProperty GroupTickLengthProperty
Field Value
System.Windows.DependencyProperty

StretchAppointmentsProperty

Identifies the StretchAppointments dependency property.

Declaration
public static readonly DependencyProperty StretchAppointmentsProperty
Field Value
System.Windows.DependencyProperty

TimerulerGroupStringFormatProperty

Identifies the TimerulerGroupStringFormat dependency property.

Declaration
public static readonly DependencyProperty TimerulerGroupStringFormatProperty
Field Value
System.Windows.DependencyProperty

The identifier for the TimerulerGroupStringFormat property.

Properties

ApplyStartEndTimeToEachDay

Gets or sets whether the DayStartTime and DayEndTime properties should be applied to each of the days. This is a dependency property.

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

DateGroupDescription

Returns null. Timeline view is not allowed to group by date. If you want to group by date use WeekViewDefinition.

Declaration
protected override DateGroupDescription DateGroupDescription { get; }
Property Value
DateGroupDescription

Overrides
MultidayViewDefinition.DateGroupDescription

GroupTickLength

Gets or sets the length of GroupTicks. This is a dependency property.

Declaration
public ITickProvider GroupTickLength { get; set; }
Property Value
ITickProvider

StretchAppointments

Gets or sets whether appointments will be stretched or not.

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

TimerulerGroupStringFormat

Gets or sets the format that will be applied on the time ruler of each group. This is a dependency property.

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

Methods

FormatGroupHeaderName(IFormatProvider, Object)

If group name is DateTime this method formats the group name using the GroupHeaderDateStringFormat.

Declaration
protected override string FormatGroupHeaderName(IFormatProvider formatInfo, object groupName)
Parameters
System.IFormatProvider formatInfo

The format info provider to be used for formatting.

System.Object groupName

The group name to format.

Returns
System.String

The formatted group name.

Overrides
MultidayViewDefinition.FormatGroupHeaderName(IFormatProvider, Object)

GetGroupTickLength()

Creates new instance of FixedTickProvider if the GroupTickLength has value. Otherwise, returns the GroupTickLength object.

Declaration
protected ITickProvider GetGroupTickLength()
Returns
ITickProvider

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
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.