Scheduler for WPF and Silverlight | ComponentOne
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 List(Of Category)
    public List<Category> GetDefaults()

    Return Value

    The List object.
    See Also