InterfaceIGanttTask
Interface
Defines basic methods and properties of a gantt task.
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
cs-api-definition
public interface IGanttTask : IDateRange, IResourceContainer, IHierarchical, IStateProvider
Inherited Members
Properties
Deadline
Gets or set the deadline date of the task. This property is also used for calculating the critical path.
Dependencies
Collection with dependencies from other tasks.
Description
Gets or set the description of the task.
Duration
Gets or set the duration of the task.
Progress
Gets or set the progress in percent of completion of the task.