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

In This Topic
    IntervalGroupStyleCollection Class
    In This Topic
    Represents a collection of GroupStyle objects.
    Object Model
    IntervalGroupStyleCollection Class
    Syntax
    'Declaration
     
    
    Public Class IntervalGroupStyleCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of GroupStyle)
    public class IntervalGroupStyleCollection : System.Collections.ObjectModel.ObservableCollection<GroupStyle> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.ObservableCollection<T>
             C1.Silverlight.Schedule.IntervalGroupStyleCollection

    See Also