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

In This Topic
    Categories Property (AppointmentCollection)
    In This Topic
    Gets the reference to the associated CategoryCollection object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Categories As CategoryCollection
    public CategoryCollection Categories {get;}
    See Also