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