Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / CategoryStorage Class / Categories Property

In This Topic
    Categories Property (CategoryStorage)
    In This Topic
    Gets the CategoryCollection object that contains category related information.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Storage.Categories", "The collection of categories.")>
    Public ReadOnly Property Categories As CategoryCollection
    [C1Description("Storage.Categories", "The collection of categories.")]
    public CategoryCollection Categories {get;}
    See Also