Scheduler for WinRT
CategoryCollection Class
Members 


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
 
Public Class CategoryCollection 
   Inherits C1.C1Schedule.BaseCollection(Of Category)
'Usage
 
Dim instance As CategoryCollection
public class CategoryCollection : C1.C1Schedule.BaseCollection<Category> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.C1Schedule.BaseCollection<T>
               C1.C1Schedule.CategoryCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CategoryCollection Members
C1.C1Schedule Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.