The RemindersListBox represents collection of Reminder objects in a two-column view.

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

Syntax

C#
public class RemindersListBox : ListBox
Visual Basic
Public Class RemindersListBox _
	Inherits ListBox

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..ItemsControl
            System.Windows.Controls.Primitives..::..Selector
              System.Windows.Controls..::..ListBox
                C1.Silverlight.Schedule..::..RemindersListBox

See Also