ComponentOne Scheduler for WinForms
AppointmentFields Class
Members 

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

Reference

AppointmentFields Members
C1.Win.C1Schedule Namespace