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

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class VisualInterval : DependencyObject, 
	INotifyPropertyChanged, IWeakEventListener
Visual Basic (Declaration)
Public Class VisualInterval _
	Inherits DependencyObject _
	Implements INotifyPropertyChanged, IWeakEventListener

Remarks

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

Inheritance Hierarchy

See Also