Styles and Templates
RadTaskBoard allows you to easily modify its appearance by providing some useful properties.
ItemTemplate and ItemTemplateSelector
You can configure the visualization of the data and the appearance of the card items via the ItemTemplate and the ItemTemplateSelectior properties.
Example 1: Define a custom ItemTemplate
ColumnHeaderTemplate
To further customize the headers of all columns, you can create your own DataTemplate and apply it to the ColumnHeaderTemplate property of the RadTaskBoard.
Example 5: Set ColumnHeaderTemplate
ItemContainerStyle and ItemContainerStyleSelectior
The task inside the RadTaskBoard control are represented by a RadTaskBoardItem elements. You can use the ItemContainerStyle property to style these individual elements.