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

    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 Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

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

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

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • 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 TimelineDataItem

Represents a data item, which holds the information for a single RadTimeline item.

Inheritance
System.Object
DataItemBase
TimelineDataItem
Inherited Members
DataItemBase.RegisterObservableProperty(String, String)
DataItemBase.UnregisterObservableProperty(String, String)
DataItemBase.UpdatePropertyRegistration(String, String, String)
DataItemBase.GetValue(String)
DataItemBase.OnPropertyChanged(String)
DataItemBase.OnPropertyChanged(Object, PropertyChangedEventArgs)
DataItemBase.DataItem
DataItemBase.PropertyChanged
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll

Syntax

public class TimelineDataItem : DataItemBase, IDataItemContainer, INotifyPropertyChanged

Constructors

TimelineDataItem()

Declaration
public TimelineDataItem()

Properties

Duration

Gets the time span specified by DurationPath.

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

The duration.

DurationPath

Gets the duration path.

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

The duration path.

Group

Gets the group specified by GroupPath.

Declaration
public object Group { get; }
Property Value
System.Object

The group.

GroupPath

Gets the group path.

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

The group path.

IsSelected

Gets or sets a value indicating whether this item is selected.

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

true if this item is selected; otherwise, false.

Start

Gets the date specified by StartPath.

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

The start date.

StartPath

Gets the start path.

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

The start path.

Ticks

Gets the ticks.

Declaration
public long Ticks { get; }
Property Value
System.Int64

The ticks.

ToolTip

Gets the tooltip specified by ToolTipPath.

Declaration
public object ToolTip { get; }
Property Value
System.Object

The tooltip.

ToolTipAvailable

Gets a value indicating if a ToolTip is available.

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

The tool tip available.

ToolTipFormat

Gets the ToolTip format.

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

The tool tip path.

ToolTipPath

Gets the tooltip path.

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

The tooltip path.

ToolTipTemplate

Gets or sets the tooltip template.

Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
System.Windows.DataTemplate

The tooltip template.

Methods

ToString()

Returns a System.String that represents this instance.

Declaration
public override string ToString()
Returns
System.String

A System.String that represents this instance.

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
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.