CategoryModel
Class
Class representing a default ICategory implementation.
Definition
Namespace:Telerik.Windows.Controls.TaskBoard
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class CategoryModel : ViewModelBase, INotifyPropertyChanged, IDisposable, ICategory
Inheritance: objectViewModelBaseCategoryModel
Implements:
Inherited Members
Constructors
C#
public CategoryModel()
Properties
CategoryBrush
Brush
Gets or sets the category brush.
C#
public Brush CategoryBrush { get; set; }
The category brush.
Implements:
Gets or sets the name of the category.
C#
public string CategoryName { get; set; }
The name of the category.
Implements: