Represents a ScheduleItem on a display surface (typically a SchedulerCanvasBase.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class SchedulerElement : ListBoxItem, 
	INotifyPropertyChanged, IDoubleClickObserver
Visual Basic
Public Class SchedulerElement _
	Inherits ListBoxItem _
	Implements INotifyPropertyChanged, IDoubleClickObserver
Visual C++
public ref class SchedulerElement : public ListBoxItem, 
	INotifyPropertyChanged, IDoubleClickObserver

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ContentControl
            System.Windows.Controls..::..ListBoxItem
              Mindscape.SilverlightElements..::..SchedulerElement

See Also