ITimeLineVisualizationBehavior
Interface
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:
Methods
Gets all special slots, borders and eventually the tick lines in the current visible range.
C#
IEnumerable GetBackgroundData(TimeLineVisualizationState state)
The timeline state.
Returns:IEnumerable with special slots, borders and tick lines.
Appointments or Tasks with relations.
C#
IEnumerable GetEventsData(TimeLineVisualizationState state)
The timeline state.
Returns:IEnumerable with appointments or tasks with relations.
Gets the drop cue slots, selected and highlighted rows.
C#
IEnumerable GetHighlightData(TimeLineVisualizationState state)
The timeline state.
Returns:IEnumerable with drop cue slots, selected and highlighted rows.