Gets the CategoryList object which holds the set of categories assigned to the appointment. Categories may be associated with an appointment to effectively group appointments. An appointment may be associated with multiple categories.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public CategoryList Categories { get; internal set; }
Visual Basic
Public Property Categories As CategoryList
	Get
	Friend Set

Remarks

This property only accepts Category objects which are present in the C1ScheduleStorage.CategoryStorage storage.

See Also