Returns the list of predefined categories.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public List<Category> GetDefaults()
Visual Basic (Declaration)
Public Function GetDefaults As List(Of Category)

Return Value

The List<(Of <(<'T>)>)> object.

See Also