Version 24.2 (latest)

ActivitySettings Class Properties

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

Public Properties
 NameDescription
Public PropertyAllowAddSpecifies whether the user is allowed to add new activities.  
Public PropertyAllowDraggingSpecifies whether the user is allowed to drag activities.  
Public PropertyAllowEditSpecifies whether the user is allowed to modify existing activities.  
Public PropertyAllowRecurringSpecifies whether the user is allowed to add recurring activities.  
Public PropertyAllowRemoveSpecifies whether the user is allowed to remove activities.  
Public PropertyAllowResizingSpecifies whether the user is allowed to resize activities.  
Public PropertyAllowTimeZoneNeutralSpecifies whether the user is allowed to create time-zone neutral activities.  
Public PropertyCanFreezeGets a value that indicates whether the object can be made unmodifiable. (Inherited from System.Windows.Freezable)
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 PropertyIsAddViaClickToAddEnabledReturns or sets a boolean indicating whether an activity may be created by clicking on the Click To Add prompt when hovering the mouse over a timeslot.  
Public PropertyIsAddViaDoubleClickEnabledReturns or sets a boolean indicating whether an activity may be created by double clicking on a timeslot or in the timeslot header area.  
Public PropertyIsAddViaTypingEnabledReturns or sets a boolean indicating whether an activity may be created by typing while one or more timeslots are selected.  
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)
See Also