Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / IntervalGroupStyleCollection Class
Members

In This Topic
    IntervalGroupStyleCollection Class
    In This Topic
    Represents a collection of Windows.UI.Xaml.Controls.GroupStyle objects.
    Object Model
    IntervalGroupStyleCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class IntervalGroupStyleCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of GroupStyle)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class IntervalGroupStyleCollection : System.Collections.ObjectModel.ObservableCollection<GroupStyle> 
    Inheritance Hierarchy

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

    See Also