Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / Appointment Class / Categories Property

In This Topic
    Categories Property (Appointment)
    In This Topic
    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