Represents a canvas on which schedule items can be laid out in a detail view.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class SchedulerCanvas : SchedulerCanvasBase, INotifyPropertyChanged
Visual Basic (Declaration)
Public Class SchedulerCanvas _
	Inherits SchedulerCanvasBase _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Panel
              System.Windows.Controls..::.Canvas
                Mindscape.WpfElements..::.SchedulerCanvasBase
                  Mindscape.WpfElements..::.SchedulerCanvas

See Also