Version 24.2 (latest)

ScheduleSettings Class Properties

For a list of all members of this type, see ScheduleSettings members.

Public Properties
 NameDescription
Public PropertyAllowCalendarClosingSpecifies whether the user is allowed to close calendars via the UI.  
Public PropertyAllowCustomizedCategoriesSpecifies whether the user is allowed to create custom activity categories.  
Public PropertyAppointmentSettingsGets or sets AppointmentSettings object that contains settings for appointments.  
Public PropertyCanFreezeGets a value that indicates whether the object can be made unmodifiable. (Inherited from System.Windows.Freezable)
Public PropertyDaySettingsOverridesCollection of DaySettingsOverride objects. Used for overriding day settings (like working hours, whether the day is a workday etc…) for specific dates as well as specific recurring dates.  
Public PropertyDaysOfWeekGets or sets ScheduleDaysOfWeek object that contains settings for days of week. Default value is Null.  
Public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyFirstDayOfWeekSpecifies the first day of week.  
Public PropertyIsFrozenGets a value that indicates whether the object is currently modifiable. (Inherited from System.Windows.Freezable)
Public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
Public PropertyJournalSettingsGets or sets JournalSettings object that contains settings for journals.  
Public PropertyLogicalDayDurationSpecifies the logical day duration - the duration of the day.  
Public PropertyLogicalDayOffsetSpecifies the logical day offset - the time when the day starts.  
Public PropertyMaxDateMaximum date allowed in the UI. Appointment creation will also be restricted within the MinDate and MaxDate.  
Public PropertyMinDateMinimum date allowed in the UI. Appointment creation will also be restricted within the MinDate and MaxDate.  
Public PropertyTaskSettingsGets or sets TaskSettings object that contains settings for tasks.  
Public PropertyWorkDaysSpecifies which days of week are workdays.  
Public PropertyWorkingHoursSpecifies working hours. Default value is null.  
See Also