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