Interface ICategory
Defines basic members of a category for TaskBoard.
Namespace: Telerik.Windows.Controls.TaskBoard
Assembly: Telerik.Windows.Controls.dll
Syntax
public interface ICategory
Properties
CategoryBrush
Gets or sets the brush used for this category.
Declaration
Brush CategoryBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
CategoryName
Gets or sets the name of the category.
Declaration
string CategoryName { get; set; }
Property Value
System.String
The name of the category. |