Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1SchedulerSettings Class / AllowContactsEditing Property

In This Topic
    AllowContactsEditing Property (C1SchedulerSettings)
    In This Topic
    Determines whether end-user has permission to edit Contacts.
    Syntax
    'Declaration
     
    
    Public Property AllowContactsEditing As Boolean
    public 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