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

Represents the current state of the TimelineBehavior.

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

C#
public sealed class TimeLineVisualizationState

Inheritance: objectTimeLineVisualizationState

Properties

Gets the hierarchical of items.

C#
public IHierarchicalCollectionAdapter<HierarchicalItem> HierarchicalAdapter { get; }

Gets the index of the highlighted item.

C#
public int HighlightedIndex { get; }

Gets the highlighted slots.

C#
public IEnumerable<IDateRange> HighlightedSlots { get; }

Gets the round service.

C#
public IRoundService Rounder { get; }

Gets the indexes of the selected items.

C#
public IEnumerable<int> SelectedIndexes { get; }

Gets the special slots.

C#
public IEnumerable<IEventInfo> SpecialSlots { get; }

Get the vertical view port.

C#
public Range<int> VisibleGroupsRange { get; }

Gets all items in the visible range.

C#
public IList VisibleItems { get; }

Get the horizontal viewport.

C#
public Range<long> VisibleTimeRange { get; }