ClassTimeLineVisualizationState
Class
Represents the current state of the TimelineBehavior.
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public sealed class TimeLineVisualizationState
Inheritance: objectTimeLineVisualizationState
Properties
HierarchicalAdapter
Gets the hierarchical of items.
Declaration
cs-api-definition
public IHierarchicalCollectionAdapter<HierarchicalItem> HierarchicalAdapter { get; }
Property Value
HighlightedIndex
Gets the index of the highlighted item.
HighlightedSlots
Gets the highlighted slots.
Declaration
cs-api-definition
public IEnumerable<IDateRange> HighlightedSlots { get; }
Property Value
Rounder
Gets the round service.
SelectedIndexes
Gets the indexes of the selected items.
Declaration
cs-api-definition
public IEnumerable<int> SelectedIndexes { get; }
Property Value
SpecialSlots
Gets the special slots.
Declaration
cs-api-definition
public IEnumerable<IEventInfo> SpecialSlots { get; }
Property Value
VisibleGroupsRange
Get the vertical view port.
VisibleItems
Gets all items in the visible range.
VisibleTimeRange
Get the horizontal viewport.