ClassSubTask
Class
SubTask class. SubTasks can be added to a task card. They have Completed and Description properties.
Definition
Namespace:Telerik.WinControls.UI.TaskBoard
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class SubTask
Inheritance: objectSubTask
Constructors
SubTask()
Default contructor. Set the Owner, if using this constructor.
Declaration
cs-api-definition
public SubTask()
SubTask(RadTaskCardElement)
Constructor
Declaration
cs-api-definition
public SubTask(RadTaskCardElement owner)
Parameters
owner
Owner RadTaskCardElement element of the sub task.
Properties
Completed
True, if the sub-task is completed, false otherwise.
Description
Description of the sub-task.
Owner
Owner RadTaskCardElement element of the sub task.
Declaration
cs-api-definition
public RadTaskCardElement Owner { set; }
Property Value