Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / AppointmentFields Class / Values Property

In This Topic
    Values Property (AppointmentFields)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As System.Collections.Generic.Dictionary.ValueCollection(Of TKey,TValue)
    public System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue> Values {get;}
    See Also