Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / CategoryCollection Class
Members

In This Topic
    CategoryCollection Class
    In This Topic
    The CategoryCollection is a collection of Category objects which represents all available categories in C1Schedule object model. By default it contains the set of predefined categories.
    Object Model
    CategoryCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class CategoryCollection 
       Inherits C1.C1Schedule.BaseCollection(Of Category)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)]
    [DebuggerDisplay("Count = {Count}")]
    public class CategoryCollection : C1.C1Schedule.BaseCollection<Category> 
    Inheritance Hierarchy
    See Also