Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1SchedulerSettings Class / AllowContactsEditing Property

In This Topic
    AllowContactsEditing Property
    In This Topic
    Determines whether end-user has permission to edit Contacts.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("C1Scheduler.AllowContactsEditing", "Determines whether end-user has permission to edit Contacts.")>
    Public Property AllowContactsEditing As Boolean
    [DefaultValue(true)]
    [C1Category("Behavior")]
    [C1Description("C1Scheduler.AllowContactsEditing", "Determines whether end-user has permission to edit Contacts.")]
    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