Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1ScheduleSettings Class / AllowResourcesEditing Property

In This Topic
    AllowResourcesEditing Property (C1ScheduleSettings)
    In This Topic
    Determines whether end-user has permission to edit Resources.
    Syntax
    'Declaration
     
    Public Property AllowResourcesEditing As System.Boolean
    public System.bool AllowResourcesEditing {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 ResourceCollection is empty, default Appointment dialog won't show controls for editing Resources.
    See Also