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

In This Topic
    Categories Property (Appointment)
    In This Topic
    Gets or sets 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 Property Categories As CategoryList
    public CategoryList Categories {get; set;}
    Remarks
    This property only accepts Category objects which are present in the C1ScheduleStorage.CategoryStorage storage.
    See Also