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

In This Topic
    AppointmentFields Class
    In This Topic
    The AppointmentFields dictionary contains all fields which can be used in a view.
    Object Model
    AppointmentFields Class
    Syntax
    'Declaration
     
    Public Class AppointmentFields 
       Inherits System.Collections.Generic.Dictionary(Of String,AppointmentField)
    public class AppointmentFields : System.Collections.Generic.Dictionary<string,AppointmentField> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.Dictionary<TKey,TValue>
          C1.Win.C1Schedule.AppointmentFields

    See Also