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

In This Topic
    GetFieldsForView Method (AppointmentFields)
    In This Topic
    Returns dictionary of fields which should be used to display in view. This includes Id and all visible fields.
    Syntax
    'Declaration
     
    Public Function GetFieldsForView() As System.Collections.Generic.Dictionary(Of String,AppointmentField)
    public System.Collections.Generic.Dictionary<string,AppointmentField> GetFieldsForView()
    See Also