For a list of all members of this type, see Task members.
Name | Description | |
---|---|---|
![]() | BindingListIndex | Returns the ordinal position of the list object corresponding to this Task in the data source to which the Tasks collection is bound, or -1 if the Tasks collection is not bound. |
![]() | BindingListObject | Returns the list object corresponding to this Task in the data source to which the Tasks collection is bound, or null if the Tasks collection is not bound. |
![]() | CompleteThrough | Returns the date/time through which this Task is complete. |
![]() | Constraint | Returns or sets the constraint for this task. |
![]() | ConstraintDateTime | Returns or sets the constraining date/time for this task. |
![]() | Deadline | Returns or sets the deadline for this task. |
![]() | Dependencies | Returns a collection of TaskDependency objects which define the tasks on which this task is dependent, as well as the nature of the dependency. |
![]() | Disposed | (Inherited from Infragistics.Shared.DisposableObject) |
![]() | Duration | Returns or sets the amount of time spanned by the task. |
![]() | DurationResolved | Returns the resolved value of the Duration property. |
![]() | EndDateTime | Returns or sets the DateTime at which the task ends. |
![]() | EndDateTimeResolved | Returns the resolved value of the EndDateTime property. |
![]() | Expanded | Returns or sets a boolean value indicating whether this task is expanded. Applicable only when the IsSummary property returns true. |
![]() | GridSettings | Returns a Infragistics.Win.UltraWinGanttView.TaskGridSettings object which determines grid-specific properties of the task, such as the appearance of the row and the settings for the cells. |
![]() | Id | Returns a globally unique identifier which identifies this instance. |
![]() | IsRoot | Returns whether this task is a root-level task. |
![]() | IsSummary | Returns whether this task is considered a summary of other tasks, i.e., whether this task contains subtasks. |
![]() | Level | Returns a zero-based integer which defines the level at which this Task resides within the hierarchy, where zero represents a root task. If the task does not belong to any collection, this property returns -1. |
![]() | Milestone | Returns or sets a boolean value indicating whether the task marks a milestone in the associated project. |
![]() | MilestoneResolved | Returns the resolved value of the Milestone property. |
![]() | Name | Returns or sets the name of the task. |
![]() | Notes | Returns or sets the notes to be associated with the task. |
![]() | Parent | Returns the Task whose Tasks collection contains this task, or null if this is a root-level task |
![]() | PercentComplete | Returns or sets a floating-point value indicating the percent of completion for the task, with the value zero representing a task that has not yet been started, and the value of 100 representing a task that has been fully completed. |
![]() | Project | Returns or sets the associated Project, or null if this task is not specifically associated with a project. |
![]() | ProjectKey | Returns the key of the associated Project, or an empty string if this task is not specifically associated with a project. |
![]() | Resources | Returns a collection of Owner objects which represent the entities available to assist in the completion of a task. |
![]() | RowHeight | Returns or sets the height of the row which represents this Task in the user interface. |
![]() | RowNumber | Returns or sets a one-based integer value which describes this Task's ordinal position within the flattened out list of all tasks that belong to the same project. |
![]() | StartDateTime | Returns or sets the DateTime at which the task begins. |
![]() | Tag | (Inherited from Infragistics.Shared.SubObjectBase) |
![]() | Tasks | Returns a collection of Task objects which represent the immediate children of this task. |
![]() | TaskSettings | Returns a TaskSettings object which determines whether the user can edit or delete the task. |
![]() | TimelineSettings | Returns a Infragistics.Win.UltraWinGanttView.TimelineSettings object which determines Timeline-specific properties of the task, such as the appearance and behavior of the bars and whether dragging is allowed. |
Name | Description | |
---|---|---|
![]() | SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |