[]
Determines auxiliary properties providing different C1Schedule object settings.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class C1ScheduleSettings : Component, IComponent, IDisposable
| Name | Description |
|---|---|
| C1ScheduleSettings() | Initializes a new instance of the C1ScheduleSettings class. |
| Name | Description |
|---|---|
| AllowCategoriesEditing | Determines whether end-user has permission to edit Categories. |
| AllowCategoriesMultiSelection | Determines whether multiple Category objects might be assigned to the single Appointment object. |
| AllowContactsEditing | Determines whether end-user has permission to edit Contacts. |
| AllowContactsMultiSelection | Determines whether multiple Contact objects might be assigned to the single Appointment object. |
| AllowResourcesEditing | Determines whether end-user has permission to edit Resources. |
| AllowResourcesMultiSelection | Determines whether multiple Resource objects might be assigned to the single Appointment object. |
| AutoScrollToFirstAppointment | Gets or sets the bool value determining whether control scrolls itself to the earliest appointment in the current view. This property only affects Day/Work Week/Week/TimeLine views. |
| DefaultFileFormat | Gets or sets the C1.Schedule.FileFormatEnum value, specifying the default file format for import and export operations. It is honored in the "Import Data" and "Export Data" dialogs. |
| FirstVisibleTime | Gets or sets the TimeSpan value representing the first visible time slot in a Day/Working Week/Week/TimeLine views. |
| ReminderTimeBeforeStart | Gets or sets the default TimeSpan value which should be used as initial value for the C1.Schedule.Appointment.ReminderTimeBeforeStart property. |
| SetReminder | Gets or sets whether reminder should be set for the newly created appointments. |