InterfaceITaskBoardCardModel
Interface
Base interface for card - typical visual representation of a task.
Definition
Namespace:Telerik.Windows.Controls.TaskBoard
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public interface ITaskBoardCardModel : INotifyPropertyChanged
Inherited Members
Properties
Assignee
Gets or sets the assignee of the task.
CategoryName
Gets or sets the task's category name.
Description
Gets or sets the description of the task.
IconPath
Gets or sets the path to the icon image 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.
State
Gets or sets the state of the task.
Tags
Gets or sets the collection of tags associated to the task.