Represents a definition of a minimal indivisible time interval represented by the C1Scheduler.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public class VisualInterval : DependencyObject, 
	INotifyPropertyChanged, IPropertyChangedListener
Visual Basic
Public Class VisualInterval _
	Inherits DependencyObject _
	Implements INotifyPropertyChanged, IPropertyChangedListener

Remarks

The instances of this class are used as DataContext for the VisualIntervalTemplate.

Inheritance Hierarchy

See Also