Class TimeLineVisualizationState
Represents the current state of the TimelineBehavior.
Inheritance
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public sealed class TimeLineVisualizationState : Object
Properties
HierarchicalAdapter
Gets the hierarchical of items.
Declaration
public IHierarchicalCollectionAdapter<HierarchicalItem> HierarchicalAdapter { get; }
Property Value
IHierarchicalCollectionAdapter<HierarchicalItem>
|
HighlightedIndex
Gets the index of the highlighted item.
Declaration
public int HighlightedIndex { get; }
Property Value
System.Int32
|
HighlightedSlots
Gets the highlighted slots.
Declaration
public IEnumerable<IDateRange> HighlightedSlots { get; }
Property Value
System.Collections.Generic.IEnumerable<IDateRange>
|
Rounder
Gets the round service.
Declaration
public IRoundService Rounder { get; }
Property Value
IRoundService
|
SelectedIndexes
Gets the indexes of the selected items.
Declaration
public IEnumerable<int> SelectedIndexes { get; }
Property Value
System.Collections.Generic.IEnumerable<System.Int32>
|
SpecialSlots
Gets the special slots.
Declaration
public IEnumerable<IEventInfo> SpecialSlots { get; }
Property Value
System.Collections.Generic.IEnumerable<IEventInfo>
|
VisibleGroupsRange
Get the vertical view port.
Declaration
public Range<int> VisibleGroupsRange { get; }
Property Value
Range<System.Int32>
|
VisibleItems
Gets all items in the visible range.
Declaration
public IList VisibleItems { get; }
Property Value
System.Collections.IList
|
VisibleTimeRange
Get the horizontal viewport.
Declaration
public Range<long> VisibleTimeRange { get; }
Property Value
Range<System.Int64>
|