New to Telerik UI for WPFStart a free 30-day trial

Defines the basic methods of a timeline visualization behavior.

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

C#
public interface ITimeLineVisualizationBehavior

Derived Classes: DefaultGanttTimeLineVisualizationBehaviorTimeLineVisualizationBehaviorBase

Methods

Gets all special slots, borders and eventually the tick lines in the current visible range.

C#
IEnumerable GetBackgroundData(TimeLineVisualizationState state)
Parameters:stateTimeLineVisualizationState

The timeline state.

Returns:

IEnumerable

IEnumerable with special slots, borders and tick lines.

Appointments or Tasks with relations.

C#
IEnumerable GetEventsData(TimeLineVisualizationState state)
Parameters:stateTimeLineVisualizationState

The timeline state.

Returns:

IEnumerable

IEnumerable with appointments or tasks with relations.

Gets the drop cue slots, selected and highlighted rows.

C#
IEnumerable GetHighlightData(TimeLineVisualizationState state)
Parameters:stateTimeLineVisualizationState

The timeline state.

Returns:

IEnumerable

IEnumerable with drop cue slots, selected and highlighted rows.