Represents the default behavior of the TimeRuler.
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
C#
public class DefaultTimeRulerVisualizationBehavior : PropertyChangedBase, INotifyPropertyChanged, ITimeRulerVisualizationBehavior
Inheritance: objectPropertyChangedBaseDefaultTimeRulerVisualizationBehavior
Implements:
Inherited Members
Constructors
C#
public DefaultTimeRulerVisualizationBehavior()
Methods
Gets all items in the visible area with the current state.
C#
public virtual IEnumerable GetVisibleItems(TimeRulerVisualizationState state)
The state.
Returns:IEnumerable of items.
Implements: