Represents a selectable item in a VisualIntervalsPresenter.

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

Syntax

C#
public class VisualIntervalPresenter : C1ListBoxItem
Visual Basic
Public Class VisualIntervalPresenter _
	Inherits C1ListBoxItem

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
              C1.Silverlight.Schedule..::..C1ListBoxItem
                C1.Silverlight.Schedule..::..VisualIntervalPresenter

See Also