ClassTaskBoardCardModel
Basic ITaskBoardCardModel implementation - default model for tasks represented in a card-like fashion. Can be used to populate the ItemsSource of the RadTaskBoard. The default ItemTemplateSelector of the RadTaskBoard has predefined template for ITaskBoardCardModels.
Definition
Namespace:Telerik.Windows.Controls.TaskBoard
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class TaskBoardCardModel : ViewModelBase, IDisposable, ITaskBoardCardModel, INotifyPropertyChanged
Inheritance: objectViewModelBaseTaskBoardCardModel
Implements:
Inherited Members
Constructors
TaskBoardCardModel()
Initializes a new instance of the TaskBoardCardModel class.
Declaration
public TaskBoardCardModel()
Properties
Assignee
Gets or sets the assignee of the task.
CategoryName
Gets or sets the category name of the task.
Declaration
public string CategoryName { get; set; }
Property Value
Implements
Description
Gets or sets the description of the task.
Declaration
public string Description { get; set; }
Property Value
Implements
IconPath
Gets or sets the icon path of the task.
Id
Gets or sets the id of the task.
ShowCategoryIndicator
Gets or sets a value indicating whether to show the category indicator in the card.
Declaration
public bool ShowCategoryIndicator { get; set; }
Property Value
Implements
State
Gets or sets the state of the task.
Tags
Gets the tags associated to the task.
Methods
ToString()
Gets a string representation of this card model.