ComponentOne Scheduler for WinForms
AllowCategoriesEditing Property

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1ScheduleSettings Class : AllowCategoriesEditing Property
Determines whether end-user has permission to edit Categories.
Syntax
'Declaration
 
Public Property AllowCategoriesEditing As System.Boolean
public System.bool AllowCategoriesEditing {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 CategoryCollection is empty, default Appointment dialog won't show controls for editing Categories.
See Also

Reference

C1ScheduleSettings Class
C1ScheduleSettings Members