[]
        
(Showing Draft Content)

C1.Win.C1Schedule.C1ScheduleSettings

C1ScheduleSettings Class

Determines auxiliary properties providing different C1Schedule object settings.

Inheritance
C1ScheduleSettings
Implements
Namespace: C1.Win.C1Schedule
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class C1ScheduleSettings : Component, IComponent, IDisposable

Constructors

Name Description
C1ScheduleSettings()

Initializes a new instance of the C1ScheduleSettings class.

Properties

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 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 ReminderTimeBeforeStart property.

SetReminder

Gets or sets whether reminder should be set for the newly created appointments.