ComponentOne Scheduler for WinForms
AllowContactsEditing Property

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1ScheduleSettings Class : AllowContactsEditing Property
Determines whether end-user has permission to edit Contacts.
Syntax
'Declaration
 
Public Property AllowContactsEditing As System.Boolean
public System.bool AllowContactsEditing {get; set;}

Property Value

The default value is true.
Remarks
If this property is false, default dialogs will only allow selection from the existing items. If this property is false and ContactCollection is empty, default Appointment dialog won't show controls for editing Contacts.
See Also

Reference

C1ScheduleSettings Class
C1ScheduleSettings Members