Class
TimelineDataItem

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

Definition

Constructors

TimelineDataItem()

Declaration

cs-api-definition
public TimelineDataItem()

Properties

Duration

Gets the time span specified by DurationPath.

Declaration

cs-api-definition
public TimeSpan Duration { get; }

Property Value

TimeSpan

The duration.

DurationPath

Gets the duration path.

Declaration

cs-api-definition
public string DurationPath { get; set; }

Property Value

string

The duration path.

Group

Gets the group specified by GroupPath.

Declaration

cs-api-definition
public object Group { get; }

Property Value

object

The group.

GroupPath

Gets the group path.

Declaration

cs-api-definition
public string GroupPath { get; set; }

Property Value

string

The group path.

IsSelected

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

Declaration

cs-api-definition
public bool IsSelected { get; set; }

Property Value

bool

true if this item is selected; otherwise, false.

Start

Gets the date specified by StartPath.

Declaration

cs-api-definition
public DateTime Start { get; }

Property Value

DateTime

The start date.

StartPath

Gets the start path.

Declaration

cs-api-definition
public string StartPath { get; set; }

Property Value

string

The start path.

Ticks

Gets the ticks.

Declaration

cs-api-definition
public long Ticks { get; }

Property Value

long

The ticks.

ToolTip

Gets the tooltip specified by ToolTipPath.

Declaration

cs-api-definition
public object ToolTip { get; }

Property Value

object

The tooltip.

ToolTipAvailable

Gets a value indicating if a ToolTip is available.

Declaration

cs-api-definition
public bool ToolTipAvailable { get; }

Property Value

bool

The tool tip available.

ToolTipFormat

Gets the ToolTip format.

Declaration

cs-api-definition
public string ToolTipFormat { get; set; }

Property Value

string

The tool tip path.

ToolTipPath

Gets the tooltip path.

Declaration

cs-api-definition
public string ToolTipPath { get; set; }

Property Value

string

The tooltip path.

ToolTipTemplate

Gets or sets the tooltip template.

Declaration

cs-api-definition
public DataTemplate ToolTipTemplate { get; set; }

Property Value

DataTemplate

The tooltip template.

Methods

ToString()

Returns a string that represents this instance.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents this instance.

Overrides object.ToString()