[]
Determines auxiliary properties providing different C1Scheduler object settings.
public class C1SchedulerSettings : DependencyObject
Name | Description |
---|---|
C1SchedulerSettings() | Initializes a new instance of the C1SchedulerSettings 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. |
AppointmentDialogMinSize | Gets or sets the minimum size of the Appointment dialog. |
AppointmentDialogSize | Gets or sets the size of the Appointment dialog. |
AutoScrollToFirstAppointment | Gets or sets the bool value determining whether control scrolls itself to the earliest appointment in the current view. This property affects Day/Work Week views or any custom view which has VisualIntervalScale value less than one day. |
FirstVisibleTime | Gets or sets the TimeSpan value representing the first visible time slot in a Day/Work Week views or in any custom view which has a VisualIntervalScale value of less than one day. |
ReminderTimeBeforeStart | Gets or sets the default TimeSpan value which should be used as initial value for the C1.Schedule.Appointment.ReminderTimeBeforeStart property. The default value is 15 minutes. |
SetReminder | Gets or sets whether reminder should be set for the newly created appointments. The default value is true. |
ShowReminderDialog | Determines whether control should display embedded reminder dialog when reminder is fired. |
UseMouseWheelForGroupNavigation | Gets or sets the bool value determining whether mouse wheel in the TimeLine view should be used for group navigation. The default value is false. |