Determines whether end-user has permission to edit Contacts.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
[DefaultValueAttribute(true)] public bool AllowContactsEditing { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(True)> _ Public Property AllowContactsEditing As Boolean Get Set |
Field 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.