New to Telerik UI for WPF? Download free 30-day trial

Visual Structure

This section defines terms and concepts used in the scope of the RadTaskBoard control with which you have to get familiar before you continue to read its documentation. They can also be helpful when contacting our support service in order to describe your issue better.

RadTaskBoard visual structure

  • Column: Essential building block, represented by the base class TaskBoardColumn. The columns inside the control can be collapsed, renamed or auto-generated based on the underlying data source.

  • Collapsed Column: Represents the TaskBoardColumn in a collapsed state.

  • Column Header: Represents the header of the columns inside the RadTaskBoard control.

  • Task Title: Represents the title of the task item.

  • Avatar: Represents the container for the icon image of the RadTaskBoard item.

  • Tags: Displays a collection of highlight objects applied to a given item.

  • Category Indicator: Represents the color container for a RadTaskBoard item.

  • Task Description: Represents the description of the item.

  • Expand/Collapse Column Button: Collapses and expands the column.

See Also

In this article