Class
SubTask

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

RadTaskCardElement

Owner RadTaskCardElement element of the sub task.

Properties

Completed

True, if the sub-task is completed, false otherwise.

Declaration

cs-api-definition
public bool Completed { get; set; }

Property Value

bool

Description

Description of the sub-task.

Declaration

cs-api-definition
public string Description { get; set; }

Property Value

string

Owner

Owner RadTaskCardElement element of the sub task.

Declaration

cs-api-definition
public RadTaskCardElement Owner { set; }

Property Value

RadTaskCardElement