ComponentOne Scheduler for WinForms
Categories Property (Appointment)

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > Appointment Class : Categories Property
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.
Syntax
'Declaration
 
Public ReadOnly Property Categories As CategoryList
public CategoryList Categories {get;}
Remarks
This property only accepts Category objects which are present in the C1ScheduleStorage.CategoryStorage storage.
See Also

Reference

Appointment Class
Appointment Members