ComponentOne Scheduler for WinForms
GetFieldsForView Method

C1.Win.C1Schedule.Extended.4 Assembly > C1.Win.C1Schedule Namespace > AppointmentFields Class : GetFieldsForView Method
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

Reference

AppointmentFields Class
AppointmentFields Members