Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / CategoryCollection Class / GetDefaults Method

In This Topic
    GetDefaults Method (CategoryCollection)
    In This Topic
    Returns the list of predefined categories.
    Syntax
    'Declaration
     
    Public Function GetDefaults() As System.Collections.Generic.List(Of Category)
    public System.Collections.Generic.List<Category> GetDefaults()

    Return Value

    The System.Collections.Generic.List`1 object.
    See Also