Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / RemindersListBox Class
Members

In This Topic
    RemindersListBox Class
    In This Topic
    The RemindersListBox represents collection of C1.C1Schedule.Reminder objects in a two-column view.
    Object Model
    RemindersListBox Class
    Syntax
    'Declaration
     
    
    Public Class RemindersListBox 
       Inherits System.Windows.Controls.ListBox
    public class RemindersListBox : System.Windows.Controls.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