Class CategoryModel
Class representing a default ICategory implementation.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |