Interface ITimeLineVisualizationBehavior
Defines the basic methods of a timeline visualization behavior.
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public interface ITimeLineVisualizationBehavior
Methods
GetBackgroundData(TimeLineVisualizationState)
Gets all special slots, borders and eventually the tick lines in the current visible range.
Declaration
IEnumerable GetBackgroundData(TimeLineVisualizationState state)
Parameters
TimeLineVisualizationState
state
The timeline state. |
Returns
System.Collections.IEnumerable
IEnumerable with special slots, borders and tick lines. |
GetEventsData(TimeLineVisualizationState)
Appointments or Tasks with relations.
Declaration
IEnumerable GetEventsData(TimeLineVisualizationState state)
Parameters
TimeLineVisualizationState
state
The timeline state. |
Returns
System.Collections.IEnumerable
IEnumerable with appointments or tasks with relations. |
GetHighlightData(TimeLineVisualizationState)
Gets the drop cue slots, selected and highlighted rows.
Declaration
IEnumerable GetHighlightData(TimeLineVisualizationState state)
Parameters
TimeLineVisualizationState
state
The timeline state. |
Returns
System.Collections.IEnumerable
IEnumerable with drop cue slots, selected and highlighted rows. |