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