Represents single Reminder object.

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

Syntax

C#
public class ReminderListBoxItem : ListBoxItem
Visual Basic
Public Class ReminderListBoxItem _
	Inherits ListBoxItem

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..::..ReminderListBoxItem

See Also