Class TimeRulerVisualizationState
Represents the current state of the TimeRulerBehavior.
Inheritance
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public sealed class TimeRulerVisualizationState : Object
Constructors
TimeRulerVisualizationState(ITimeLineSettings, TimeRulerSettings, CultureSettings, Range<Int64>, IHierarchicalCollectionAdapter<HierarchicalItem>)
Initializes a new instance of the Time
Declaration
public TimeRulerVisualizationState(ITimeLineSettings timeLineSettings, TimeRulerSettings timeRulerSettings, CultureSettings cultureSettings, Range<long> visibleRange, IHierarchicalCollectionAdapter<HierarchicalItem> visibleItems)
Parameters
ITime The time line settings of the current instance. |
Time The time ruler settings of the current instance. |
Culture The culture settings of the current instance. |
Range<System. The visible range of the current instance. |
IHierarchical
|
Properties
CultureSettings
Gets the value of the culture settings.
Declaration
public CultureSettings CultureSettings { get; }
Property Value
TimeLineSettings
Gets the value of the time line settings.
Declaration
public ITimeLineSettings TimeLineSettings { get; }
Property Value
TimeRulerSettings
Gets the value of the time ruler settings.
Declaration
public TimeRulerSettings TimeRulerSettings { get; }
Property Value
VisibleItems
Gets all GanttTasks in the visible range.
Declaration
public IHierarchicalCollectionAdapter<HierarchicalItem> VisibleItems { get; }
Property Value
VisibleRange
Gets the value of the visible range.
Declaration
public Range<long> VisibleRange { get; }
Property Value
Range<System.
|