Class
TimeLineVisualizationState

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

IHierarchicalCollectionAdapter<HierarchicalItem>

HighlightedIndex

Gets the index of the highlighted item.

Declaration

cs-api-definition
public int HighlightedIndex { get; }

Property Value

int

HighlightedSlots

Gets the highlighted slots.

Declaration

cs-api-definition
public IEnumerable<IDateRange> HighlightedSlots { get; }

Property Value

IEnumerable<IDateRange>

Rounder

Gets the round service.

Declaration

cs-api-definition
public IRoundService Rounder { get; }

Property Value

IRoundService

SelectedIndexes

Gets the indexes of the selected items.

Declaration

cs-api-definition
public IEnumerable<int> SelectedIndexes { get; }

Property Value

IEnumerable<int>

SpecialSlots

Gets the special slots.

Declaration

cs-api-definition
public IEnumerable<IEventInfo> SpecialSlots { get; }

Property Value

IEnumerable<IEventInfo>

VisibleGroupsRange

Get the vertical view port.

Declaration

cs-api-definition
public Range<int> VisibleGroupsRange { get; }

Property Value

Range<int>

VisibleItems

Gets all items in the visible range.

Declaration

cs-api-definition
public IList VisibleItems { get; }

Property Value

IList

VisibleTimeRange

Get the horizontal viewport.

Declaration

cs-api-definition
public Range<long> VisibleTimeRange { get; }

Property Value

Range<long>