New to Telerik UI for WinForms? Start a free 30-day trial
Properties, Methods and Events for RadTaskBoards
Updated over 6 months ago
Properties
| Property | Description |
|---|---|
| DefaultColumnWidth | Gets or sets the default column width for the task board. This default value is used to set the width of all columns in the task board. |
| DefaultCollapsedColumnWidth | Gets or sets the default collapsed column width for the task board. This default value is used to set the width of all collapsed columns in the task board. |
| DefaultHeaderHeight | Gets or sets the default header height for the task board. This default value is used to set the height of all headers in the task board. |
| DefaultColumnScrollBarThickness | Gets or sets the default columns' scroll bar thickness for the task board. This default value is used to set the width of all columns' scroll bars in the task board. |
| DefaultAddButtonHeight | Gets or sets the default add button height for the task board. This default value is used to set the height of all "+ Add a card" buttons in the task board. |
| AddButtonText | Gets or sets the text of the AddTaskCardButton element for all columns. |
| ScrollBarThickness | Gets or sets the task board's scroll bar thickness. |
| IsDragMouseCentered | True, if while dragging the mouse position is centered on the card. False, if the mouse position does not change. |
| SelectedCard | Gets or sets the selected card in the task board. |
| Columns | Gets a collection of RadTaskBoardColumnElement objects that represents the columns holding the task cards. |
| Users | Gets a collection of UserInfo objects that represents the users that can be assigned to the task cards. |
| DefaultIsHeaderHighlighted | Gets or sets the default header highlighted state for all columns. This default value is used to set the header highlighted state of all columns in the task board. (introduced in R3 2021 SP1) |
| DefaultTaskCardMinimumHeight | Gets or sets the default minimum height for all task card.This default value is used to set the minimum height of all task cards in the task board. (introduced in R3 2021 SP1) |
| AddButtonToolTipText | Gets or sets the tooltip text of the RadTaskBoardColumnElement.AddTaskCardButton element for all columns. (introduced in R3 2021 SP1) |
| ToolTipExpand | Gets or set the tooltip string for the collapse button, when the column is collapsed - "Expand the column". (introduced in R3 2021 SP1) |
| ToolTipCollapse | Gets or set the tooltip string for the collapse button, when the column is expanded - "Collapse the column".(introduced in R3 2021 SP1) |
RadTaskCardElement's Properties
| Property | Description |
|---|---|
| SubTasksToolTipStringFormat | This string format is used to represent the tooltip of the completed subtasks against the totals subtasks in the card. The default value is "{0} out of {1} subtasks completed.", where {0} is the number of completed tasks and {1} is the number of total tasks. (introduced in R3 2021 SP1) |
Methods
| Method | Description |
|---|---|
| ResetDefaultColumnWidth | Resets the DefaultColumnWidth property to the default value. |
| ResetDefaultCollapsedColumnWidth | Resets the DefaultCollapsedColumnWidth property to the default value. |
| ResetDefaultHeaderHeight | Resets the DefaultHeaderHeight property to the default value. |
| ResetDefaultColumnScrollBarThickness | Resets the DefaultColumnScrollBarThickness property to the default value. |
| ResetDefaultAddButtonHeight | Resets the DefaultAddButtonHeight property to the default value. |
| SaveLayout | Stores RadTaskBoard's layout state in XML format, using the serialization information provided by the XmlSerializationInfo property. |
| LoadLayout | Loads RadTaskBoard's layout state from XML file, using the serialization information provided by the XmlSerializationInfo property. |
RadTaskBoard's Events
| Event | Description |
|---|---|
| TaskCardSelecting | The Event is fired, when selecting a task card. |
| TaskCardSelected | The Event is fired, when a task card has been selected. |