Class SubTask
SubTask class. SubTasks can be added to a task card. They have Completed and Description properties.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.TaskBoard
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SubTask
Constructors
SubTask()
SubTask(RadTaskCardElement)
Constructor
Declaration
public SubTask(RadTaskCardElement owner)
Parameters
RadTaskCardElement
owner
Owner RadTaskCardElement element of the sub task. |
Properties
Completed
True, if the sub-task is completed, false otherwise.
Declaration
public bool Completed { get; set; }
Property Value
System.Boolean
|
Description
Description of the sub-task.
Declaration
public string Description { get; set; }
Property Value
System.String
|
Owner
Owner RadTaskCardElement element of the sub task.
Declaration
public RadTaskCardElement Owner { set; }
Property Value
RadTaskCardElement
|