Version 24.2 (latest)

TaskSettings Class Properties

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

Public Properties
 NameDescription
Public PropertyAllowAddNewGets or sets whether a new tasks can be added by the user.  
Public PropertyAllowDeleteGets or sets whether a task can be deleted by the user.  
Public PropertyAllowEditDeadlineGets or sets whether the Task.Deadline can be edited by the user.  
Public PropertyAllowEditDurationGets or sets whether the Task.Duration can be edited by the user.  
Public PropertyAllowEditPercentCompleteGets or sets whether the Task.PercentComplete can be edited by the user.  
Public PropertyAllowEditStartDateTimeGets or sets whether the Task.StartDateTime can be edited by the user.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledGets or sets whether the user can modify the task.  
Public PropertyReadOnlyGets or sets whether a task can be edited by the user.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also